golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day/nav
⬆️ Go Up
Upload
File/Folder
Size
Actions
next-disabled.php
827 B
Del
OK
next.php
927 B
Del
OK
prev-disabled.php
842 B
Del
OK
prev.php
946 B
Del
OK
Edit: next-disabled.php
<?php /** * View: Day View Nav Disabled Next Button * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/day/nav/next-disabled.php * * See more documentation about our views templating system. * * @link http://evnt.is/1aiy * * @version 5.3.0 * */ ?> <li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next"> <button class="tribe-events-c-nav__next tribe-common-b2 tribe-common-b1--min-medium" aria-label="<?php esc_attr_e( 'Next Day', 'the-events-calendar' ); ?>" title="<?php esc_attr_e( 'Next Day', 'the-events-calendar' ); ?>" disabled > <?php esc_html_e( 'Next Day', 'the-events-calendar' ); ?> <?php $this->template( 'components/icons/caret-right', [ 'classes' => [ 'tribe-events-c-nav__next-icon-svg' ] ] ); ?> </button> </li>
Save