- This topic has 2 replies, 2 voices, and was last updated 4 months, 1 week ago by .
-
Topic
-
I’m getting this error. I’m guessing it comes from some code I’ve written somewhere, but I’m having a hard time tracking it down. Any suggestions?
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/plugins/meta-box-aio/vendor/twig/twig/lib/Twig/Node.php on line 42 Deprecated: Unparenthesizeda ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /www/wp-content/plugins/meta-box-aio/vendor/twig/twig/lib/Twig/Node.php on line 198screenshot: https://cln.sh/HMrzQN
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.