Skip to content

Instantly share code, notes, and snippets.

@Zodiac1978
Created March 4, 2022 16:23
Show Gist options
  • Save Zodiac1978/acb93fe3fbfd7c1f68d833afe2829084 to your computer and use it in GitHub Desktop.
Save Zodiac1978/acb93fe3fbfd7c1f68d833afe2829084 to your computer and use it in GitHub Desktop.
Log errors in debug.log in /wp-content-folder on production server (prevent public access to this 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