Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Created June 5, 2013 20:55
Show Gist options
  • Save jcanfield/5717255 to your computer and use it in GitHub Desktop.
Save jcanfield/5717255 to your computer and use it in GitHub Desktop.
Wordpress Debugging enabled via wp-config.php.
@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