Created
February 3, 2023 16:55
-
-
Save gdarko/7220fbaf73b8f13b8365c22d8f8eb2d4 to your computer and use it in GitHub Desktop.
Enable debug log in WordPress
This file contains 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
<?php | |
// Something else... | |
define( 'WP_DEBUG', true ); | |
define( 'WP_DEBUG_DISPLAY', false ); | |
define( 'WP_DEBUG_LOG', true ); | |
// something else... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment