Created
March 4, 2022 16:23
-
-
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!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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