Skip to content

Instantly share code, notes, and snippets.

@spigotdesign
Created February 23, 2016 23:29
Show Gist options
  • Save spigotdesign/098fbaae4731a75cb354 to your computer and use it in GitHub Desktop.
Save spigotdesign/098fbaae4731a75cb354 to your computer and use it in GitHub Desktop.
Turn on WordPress error reporting
// define('WP_DEBUG', false);
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