Code-Snippets-Functions/Add functions to the wp-config.php file/disable-debug.txt
2018-10-04 07:44:46 -06:00

3 lines
99 B
Text

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