文件操作 - class-interface-page.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kairpad/public_html/wp-content/plugins/wp-smushit/app/class-interface-page.php
编辑文件内容
<?php /** * Page interface. * * @package Smush\App */ namespace Smush\App; if ( ! defined( 'WPINC' ) ) { die; } /** * Interface Interface_Page */ interface Interface_Page { /** * Function triggered when the page is loaded before render any content. */ public function on_load(); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件