<?php /** * Day View Title Template * The title template for the day view of events. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/day/title-bar.php * * @package TribeEventsCalendar * @version 4.6.19 * @since 4.6.19 * */ if ( tec_events_views_v1_should_display_deprecated_notice() ) { _deprecated_file( __FILE__, '5.13.0', null, 'On version 6.0.0 this file will be removed. Please refer to <a href="https://evnt.is/v1-removal">https://evnt.is/v1-removal</a> for template customization assistance.' ); } ?> <div class="tribe-events-title-bar"> <!-- Day Title --> <?php do_action( 'tribe_events_before_the_title' ); ?> <h1 class="tribe-events-page-title"><?php echo tribe_get_events_title() ?></h1> <?php do_action( 'tribe_events_after_the_title' ); ?> </div>