文件操作 - prev.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/views/v2/list/top-bar/nav/prev.php
编辑文件内容
<?php /** * View: Top Bar Navigation Previous Template * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/list/top-bar/nav/prev.php * * See more documentation about our views templating system. * * @link http://evnt.is/1aiy * * @var string $prev_url The URL to the previous page, if any, or an empty string. * * @version 5.3.0 * */ $label = sprintf( __( 'Previous %1$s', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?> <li class="tribe-events-c-top-bar__nav-list-item"> <a href="<?php echo esc_url( $prev_url ); ?>" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" aria-label="<?php echo esc_attr( $label ); ?>" title="<?php echo esc_attr( $label ); ?>" data-js="tribe-events-view-link" > <?php $this->template( 'components/icons/caret-left', [ 'classes' => [ 'tribe-common-c-btn-icon__icon-svg', 'tribe-events-c-top-bar__nav-link-icon-svg' ] ] ); ?> </a> </li>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件