Disable Errors in Plugins
开发者 |
tyxla
|
更新时间 |
2016年4月12日 01:54 |
PHP版本: |
3.0 及以上 |
WordPress版本: |
4.5 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Disable Errors in Plugins is a WordPress plugin that simply disables error reporting and error logging for all plugins.
This plugin should be used mostly with development purposes. It does NOT encourage badly written code with errors, warnings or notices. Its main goal is to help plugin & theme developers in situations when they have to use plugins that have notices or warnings. This helps to isolate any external errors, allowing developers to focus on improving their own code and making it errorless.
The plugin file name begins with 000-
, because this way it would assure being loaded before 99.9% of the plugins.
安装:
- Install Disable Errors in Plugins either via the WordPress.org plugin directory, or by uploading the files to your server.
- Activate the plugin.
- That's it. You're ready to go!
更新日志:
1.0.4
Tested for WordPress 4.5.
1.0.3
Tested for WordPress 4.4.
1.0.2
Tested for WordPress 4.3.
1.0.1
The plugin will now load earlier.
1.0
Initial version.