Created
June 5, 2013 20:55
-
-
Save jcanfield/5717255 to your computer and use it in GitHub Desktop.
Wordpress Debugging enabled via wp-config.php.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ini_set('display_errors',0); /* define('WP_DEBUG', false); */ | |
define('WP_DEBUG', true); // Turn debugging ON | |
define('WP_DEBUG_DISPLAY', false); // Turn forced display OFF | |
define('WP_DEBUG_LOG', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment