Skip to content

Instantly share code, notes, and snippets.

@CEscorcio
Created August 6, 2013 07:26
Show Gist options
  • Save CEscorcio/6162774 to your computer and use it in GitHub Desktop.
Save CEscorcio/6162774 to your computer and use it in GitHub Desktop.
Debug WordPress
define('WP_DEBUG', true);
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