Saturday, 5 December 2015

How to turn off the Notice/Warning from my wordpress website?

Open the wp-config.php file and WP_DEBUG set the false.

define('WP_DEBUG', false );

No comments:

Post a Comment