Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated
-
I went to sign in to our website this morning and was met with the following error message:
Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /www/wp-content/themes/enfold/functions-enfold.php on line 332 Warning: Creating default object from empty value in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28This error message is also displayed on the top of every single page on our website.
Any help would be greatly appreciated!
- This topic was modified 3 years, 5 months ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated’ is closed to new replies.