This is an old version of this answer!
Return to the current answerInsert this code at the begining of your functions.php
ref: http://php.net/manual/en/function.error-reporting.php
ref: http://php.net/manual/en/function.error-reporting.php
error_reporting(E_ALL ^ E_NOTICE);
Oleg Butuzov | 06/26/10 at 11:37am





