I think this is what you mean…. this is a little higher up the page calling in the functions
<?php
$arg = array(
‘post_type’ => ‘tribe_events’,
‘orderby’ => ‘event_date’,
‘order’ => ‘ASC’,
‘tribe_events_cat’ => ‘events’
);
$events = ‘TribeEventsQuery’;
if($events):
?>