File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?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>
