I know about error_reporting(0);, and ini_set(\'display_errors\', false);, but there is a notice appearing in wordpress:
error_reporting(0);
ini_set(\'display_errors\', false);
Not
You need to edit your:
wp-config.php
file and modify the following here:
error_reporting(0); @ini_set('display_errors', 0);
otherwise Wordpress overwrites the ALERTS set by PHP.INI