Hi there. I feel like I’m just not finding this information. I’ve tried the kb, search feature, and google to no avail. Anyway, seems like a simple issue and that it must have been addressed a dozen times over already but here goes.
When I run the bare-bones query:
$events = tribe_get_events( array(
'posts_per_page' => 2,
) );
The results don’t include an event that’s already underway. The first $event is the next upcoming event. I need the results to include the event that’s currently underway until the conclusion of that event.
Probably missing something simple. Thanks in advance!