WP_DEBUG is an useful debugging tool available in WordPress to see PHP errors on your website and they are helpful for developers to troubleshoot issues with the website. To turn on WP_DEBUG, add following code in wp-config.php define('WP_DEBUG',true); It is not advisable from security point of view to turn on Continue Reading