PHP 7.4 Deprecated function
-
PHP 7.4 generates the following warning/error
PHP Deprecated: Unparenthesizeda ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in /path/to/plugins/content-control/classes/Admin/Reviews.php on line 282Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP 7.4 Deprecated function’ is closed to new replies.