Notice: Undefined property: WP_Query::$tribe_is_event_query
-
wp-config.php
define('WP_DEBUG', true);
Notice: Undefined property: WP_Query::$tribe_is_event_query in …/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 2118
Please change
if ($query->tribe_is_event_query)
to
if ( ! empty( $query->tribe_is_event_query ) )
https://www.ads-software.com/extend/plugins/the-events-calendar/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Notice: Undefined property: WP_Query::$tribe_is_event_query’ is closed to new replies.