文件操作 - help-hub.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/common/src/admin-views/help-hub.php
编辑文件内容
<?php /** * The template that displays the help page. * * @var Tribe__Main $main The main common object. * @var array $status Contains the user's telemetry and license status. * @var array $keys Contains the chat keys for support services. * @var array $icons Contains URLs for various support hub icons. * @var array $links Contains URLs for important links, like the telemetry opt-in link. * @var string $notice The admin notice HTML for the chatbot callout. * @var string $template_variant The template variant, determining which template to display. * @var array $resource_sections An array of data to display in the Resource section. */ ?> <div class="tribe_settings wrap tec-events-admin-settings"> <?php $this->template( 'help-hub/header' ); $this->template( 'help-hub/navigation' ); $this->template( 'help-hub/container' ); ?> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件