Deprecated warning in PHP 7.4
-
I have received many entries in my PHP log file with the following:
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /home/user/public_html/wp-content/plugins/woocommerce-products-slider/includes/class-metabox-wcps.php on line 151I am running PHP 7.4.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Deprecated warning in PHP 7.4’ is closed to new replies.