Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created May 6, 2014 10:05
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 tjhole/11557767 to your computer and use it in GitHub Desktop.
Save tjhole/11557767 to your computer and use it in GitHub Desktop.
WORDPRESS: Debug On
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment