文件操作 - today.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/views/v2/list/nav/today.php
编辑文件内容
<?php /** * View: List View Nav Today Button * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/list/nav/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.0.1 * */ ?> <li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today"> <a href="<?php echo esc_url( $today_url ); ?>" class="tribe-events-c-nav__today tribe-common-b2" 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> </li>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件