Help: Unparenthesized `a ? b : c ? d : e` is deprecated
-
The error:
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /home/XXXXX/XXXXX/XXXXX/XXXXX/domain.com/wp-content/plugins/booking-system/includes/calendars/class-backend-calendar-schedule.php on line 621The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Help: Unparenthesized `a ? b : c ? d : e` is deprecated’ is closed to new replies.