Skip to content

Instantly share code, notes, and snippets.

@travislima
Last active October 31, 2017 10:49
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 travislima/d44ca73327f3631c3523bd7ac09f41fb to your computer and use it in GitHub Desktop.
Save travislima/d44ca73327f3631c3523bd7ac09f41fb to your computer and use it in GitHub Desktop.
example-wp-debug.php
// Turn debugging on by setting value to "true"
define('WP_DEBUG', true);
// Turn off the display of error messages on your site
define('WP_DEBUG_DISPLAY', false);
// Log all errors to /wp-content/debug.log
define('WP_DEBUG_LOG', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment