Tagged: php warnings
Hi,
how to turn off PHP Warnings for the theme Enfold?
Best regards
Michal
Hey misogercak!
Please add following to functions.php file in Appearance > Editor
error_reporting(E_ALL & ~E_NOTICE);
Regards,
Yigit
Hi,
at the end of the file or where?
regards
Michal
Hey!
Yes, at the end of the child theme functions.php or enfold/functions.php file.
Best regards,
Peter