Code-Snippets-Functions/Add functions to the wp-config.php file/enable-debug-log.txt
2018-09-26 21:55:20 -06:00

3 lines
97 B
Text

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', true );