Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter sergioes

    (@sergioes)

    Hello @erishel,
    Thanks for the reply!

    I am trying to get all the upcoming events in a specified venue. For this I am using the function provided in the plugin documentation: tribe_get_events(). Here is the code snippet, I am not using a query, just tribe_get_events():

    $events = tribe_get_events(array(
    	'eventDisplay'=>'list',
    	'posts_per_page' => 4,
    	'meta_key'=> '_EventVenueID',
    	'meta_value' => 109, 	
    ));

    The issue is that tribe_get_events() is returning the venue ID as the EventStartDate.

    [EventStartDate] => 109
    [EventEndDate] => 2019-09-30 17:00:00
Viewing 1 replies (of 1 total)