Skip to content

Instantly share code, notes, and snippets.

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 rapanna/772c8b952b8604dea59d47e7fac53077 to your computer and use it in GitHub Desktop.
Save rapanna/772c8b952b8604dea59d47e7fac53077 to your computer and use it in GitHub Desktop.
Display/Log WordPress errors
define( 'WP_DEBUG', true );
define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true );
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', '/wp-content/my-wp-debug.log' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment