Unparenthesized `a ? b : c ? d : e` is deprecated.
-
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/woocommerce-catalog-enquiry/classes/class-wc-Woocommerce-Catalog-Enquiry-frontend.php on line 992Happening with PHP 7.4.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unparenthesized `a ? b : c ? d : e` is deprecated.’ is closed to new replies.