PHP Notice: Undefined property: WP_Query::$tribe_is_event_query
-
Small nuisance error I wanted to point out.
PHP Notice: Undefined property: WP_Query::$tribe_is_event_query in /plugins/the-events-calendar/lib/the-events-calendar.class.php on line 2118
A simple
isset()
will fix the notice.if (isset($query->tribe_is_event_query) && $query->tribe_is_event_query) {
- The topic ‘PHP Notice: Undefined property: WP_Query::$tribe_is_event_query’ is closed to new replies.