Why Turnoff Debug?
-
It is recommended to turn off WP_DEBUG on a production site. Edit wp-config.php file and set the the WP_DEBUG value like this: define(‘WP_DEBUG’, false); or add additional line define( ‘WP_DEBUG_DISPLAY’, false ); to the wp-config.php. Could you add a setting for this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Why Turnoff Debug?’ is closed to new replies.