Unparenthesized `a ? b : c ? d : e` is deprecated.
-
Hi everyone,
Our error logs have been getting flooded the last few days with:
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /home/xyz/public_html/wp-content/plugins/styles-and-layouts-for-gravity-forms/helpers/utils/class-gf-stla-review.php on line 265Does anyone know what this is or how to fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unparenthesized `a ? b : c ? d : e` is deprecated.’ is closed to new replies.