Debug error
-
Hi, looking at the debug log i noticed the following error:
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /data/vhosts/******/httpdocs/wp-content/plugins/a-z-listing/widgets/class-a-z-listing-widget.php on line 75What does this error refer to? and how can it be solved?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Debug error’ is closed to new replies.