Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Created December 3, 2014 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcanfield/370ffdc3de235fe5358a to your computer and use it in GitHub Desktop.
Save jcanfield/370ffdc3de235fe5358a 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