tribe_get_events
-
Hello,
I am trying to query events using tribe_get_events or WP_Query with a post_type of events. For WP Query, if I do array(‘tribe_events’) it returns nothing. If I do ‘post_type’ => array(‘mna-resources’,’tribe_events’), it returns both. tribe_get_events returns() an empty array. $events = tribe_get_events([], true) returns a query object that I am unable to loop through to get events. Please help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘tribe_get_events’ is closed to new replies.