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
or a ? b : (c ? d : e)
in /www/wp-content/plugins/meta-box-aio/vendor/twig/twig/lib/Twig/Node.php on line 42 Deprecated: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /www/wp-content/plugins/meta-box-aio/vendor/twig/twig/lib/Twig/Node.php on line 198
screenshot: https://cln.sh/HMrzQN