开发者 | dlsstudios |
---|---|
更新时间 | 2017年5月18日 05:46 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 4.7.5 |
版权: | GPLv2 or later |
error-manager
directory and all its files to your /wp-content/plugins/
directoryThis plugin requires at least PHP version 5.2 or higher
The simplest way is to add the line define('WP_DEBUG', true);
in to your wp-config.php file. However, for production sites you will want to make sure that errors are not displayed to the public on your frontend. We recommend the following settings which will turn on debugging to your log file only...
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
For additional information on these settings, read Debugging in WordPress.
Please post your suggestion on your Error Manager Suggestions Forum. We appreciate any and all feedback, but can't guarantee it will make it into the next version. If you are in need a modification immediately, we are available for hire. Please send the details of the feature you would like to have through our Request a Quote form and we can provide a quote.