Development tool for WordPress to track bugs, manage crons, permalinks and much more.
WpDevTool can handle errors for you with the only downside that is fired at plugins activation. If you need a more complete logging and still use WpDevTool Error Console you can manually edit your wp-config.php file. Set WP_DEBUG constant to TRUE in your wp-config.php file and add the following lines of code right after :
if (WP_DEBUG) {
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
}
Requires: 3.0.1 or higher
Compatible up to: 3.5.1
Last Updated: 2013-3-4
Downloads: 413
Got something to say? Need help?