文件操作 - today.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/views/v2/components/top-bar/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. * @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 6.14.0 * @since 5.2.0 * @since 6.14.0 Changed aria-label to aria-description for WCAG compliance. */ ?> <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-description="<?php echo esc_attr( $today_title ); ?>" > <?php echo esc_html( $today_label ); ?> </a>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件