-
-
Save og-shawn-crigger/5745728 to your computer and use it in GitHub Desktop.
Turns wordpress debugging on creates log in wp-content/ directory if I remember correctly.
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