timeslot ) : $current_timeslot = $post->timeslot; ?>

is_featured( $post->ID ) ? 'featured' : 'event'; /** * Filters the event type used when selecting a template to render * * @param $event_type */ $event_type = apply_filters( 'tribe_events_day_view_event_type', $event_type ); tribe_get_template_part( 'day/single', $event_type ); ?>