PHP deprecated use of ternary if/else operator (?:)
-
Germanized Version 3.1.4 for WC installed.
in file:line “wp-content/plugins/woocommerce-germanized/packages/woocommerce-germanized-shipments/includes/wc-gzd-shipment-functions.php:520” I get PHP-Error.I employ https://querymonitor.com/ and that’s how I found it. The message is: “Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
”To me it’s no problem, I just wanted to let you know. Thanks for your very good Germanized plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP deprecated use of ternary if/else operator (?:)’ is closed to new replies.