GET ERROR
-
Fatal error: Unparenthesized
a ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in
I HAVE PHP VERSION 8
Please solve this problem
- The topic ‘GET ERROR’ is closed to new replies.
Home / Plugin: Wordpress Adsense Guard / GET ERROR
Fatal error: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in
I HAVE PHP VERSION 8
Please solve this problem