How to disable Error Reporting in Wordpress You need to edit your: wp-config.php file and modify the following here: error_reporting(0);@ini_set('display_errors',0);