', $event_id ); /** * Allows filtering of the single event template title after HTML. * * @since 5.8.0 * * @param string $after HTML string to display after the title text. * @param string $event_id The ID of the displayed event. */ $after = apply_filters( 'tribe_events_single_event_title_html_after', '', $event_id ); /** * Allows filtering of the single event template title HTML. * * @since 5.8.0 * * @param string $after HTML string to display. Return an empty string to not display the title. * @param string $event_id The ID of the displayed event. */ $title = apply_filters( 'tribe_events_single_event_title_html', the_title( $before, $after, false ), $event_id ); ?>

', '' ); ?>
>
>