文件操作 - heading.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/views/v2/latest-past/heading.php
编辑文件内容
<?php /** * View: Latest Past Event Heading * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/latest-past/heading.php * * See more documentation about our views templating system. * * @link http://evnt.is/1aiy * * @version 5.1.0 */ $label = sprintf( __( 'Latest Past %s', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?> <h2 class="tribe-events-calendar-latest-past__heading tribe-common-h5 tribe-common-h3--min-medium"> <?php echo esc_html( $label ); ?> </h2>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件