文件操作 - header.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/header.php
编辑文件内容
<h1><?php echo esc_html( $this->get_page_title() ); ?></h1> <h2 class="nav-tab-wrapper"> <?php foreach ( $this->tabs->get() as $tab ): ?> <?php if ( ! $tab->is_visible() ) { continue; } ?> <a id="<?php echo esc_attr( $tab->get_slug() ); ?>" class="nav-tab<?php echo ( $tab->is_active() ? ' nav-tab-active' : '' ); ?>" href="<?php echo esc_url( $tab->get_url() ); ?>"><?php echo esc_html( $tab->get_label() ); ?></a> <?php endforeach; ?> </h2>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件