golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/top-bar
⬆️ Go Up
Upload
File/Folder
Size
Actions
actions
-
Del
OK
actions.php
442 B
Del
OK
today.php
775 B
Del
OK
Edit: today.php
<?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. * * @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 esc_attr_e( 'Click to select today\'s date', 'the-events-calendar' ); ?>" title="<?php esc_attr_e( 'Click to select today\'s date', 'the-events-calendar' ); ?>" > <?php esc_html_e( 'Today', 'the-events-calendar' ); ?> </a>
Save