Skip to content

Instantly share code, notes, and snippets.

@roxanneallard
Created November 30, 2018 13:36
Show Gist options
  • Save roxanneallard/48d7caea2fd1cfe2ba4ba67a3f7b24b1 to your computer and use it in GitHub Desktop.
Save roxanneallard/48d7caea2fd1cfe2ba4ba67a3f7b24b1 to your computer and use it in GitHub Desktop.
Wordpress Debug Mode
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment