Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated.
-
Hello all,
when Ive activated the plugin I get the error above the settings saying:
Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in …/wp-content/plugins/fontsampler/vendor/twig/twig/lib/Twig/Node.php on line 42and
same error in line 198I do understand that it has to do something with the php version.
Mine is 7.4.8 and WP is 5.4.2If you need more info let me know as I am quite new to this.
Kind regards!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated.’ is closed to new replies.