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 lstanard/1f69829eceff8075275aa30611b38006 to your computer and use it in GitHub Desktop.
Save lstanard/1f69829eceff8075275aa30611b38006 to your computer and use it in GitHub Desktop.
WordPress wp-config.php settings for writing to debug.log file
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment