File "today.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/src/views/v2/components/top-bar/today.php
File size: 845 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * View: Top Bar - Today
 *
 * Override this template in your own theme by creating a file at:
 * [your-theme]/tribe/events/v2/components/top-bar/today.php
 *
 * See more documentation about our views templating system.
 *
 * @link http://evnt.is/1aiy
 *
 * @var string $today_url   The URL to the today page.
 * @var string $today_title The string used for the title and aria-label of the button.
 * @var string $today_label The string used for the visible button text.
 *
 * @version 5.2.0
 */
?>
<a
	href="<?php echo esc_url( $today_url ); ?>"
	class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden"
	data-js="tribe-events-view-link"
	aria-label="<?php echo esc_attr( $today_title ); ?>"
	title="<?php echo esc_attr( $today_title ); ?>"
>
	<?php echo esc_html( $today_label ); ?>
</a>