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);



  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

High CPU Usage on wordpress websites

Due to a security issue in earlier versions of WordPress that allowed posting from xmlrpc.php,...

Bots hitting xmlrpc.php and causing a high load

Due to a security issue in earlier versions of WordPress that allowed posting from xmlrpc.php,...

How to block Brute Force attacks in wordpress wp-login.php

WordPress Admin login bruteforce protection, limit by referer You can protect your WordPress...