文件操作 - Provider.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/Events/Installer/Provider.php
编辑文件内容
<?php /** * Event Tickets Installer Service Provider */ namespace TEC\Events\Installer; use TEC\Common\StellarWP\Installer\Installer; use TEC\Common\Contracts\Service_Provider; class Provider extends Service_Provider { /** * Binds and sets up implementations. * * @since 6.0.9 */ public function register() { $this->container->singleton( static::class, $this ); Installer::get()->register_plugin( 'event-tickets', 'Event Tickets' ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件