Skip to content

Instantly share code, notes, and snippets.

@og-shawn-crigger
Forked from jcanfield/wp-config.php
Created June 9, 2013 23:38
Show Gist options
  • Save og-shawn-crigger/5745728 to your computer and use it in GitHub Desktop.
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.
@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