Skip to content

Instantly share code, notes, and snippets.

@yoren
Created December 1, 2012 06:34
Show Gist options
  • Save yoren/4180839 to your computer and use it in GitHub Desktop.
Save yoren/4180839 to your computer and use it in GitHub Desktop.
WordPress: Debug Constants
if ( WP_DEBUG ) {
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment