Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #313221

    Hi,

    how to turn off PHP Warnings for the theme Enfold?

    Best regards

    Michal

    #313236

    Hey misogercak!

    Please add following to functions.php file in Appearance > Editor

    error_reporting(E_ALL & ~E_NOTICE);

    Regards,
    Yigit

    #314197

    Hi,

    at the end of the file or where?

    regards

    Michal

    #314204

    Hey!

    Yes, at the end of the child theme functions.php or enfold/functions.php file.

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.