文件操作 - class-constants.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/steemteam/public_html/wp-content/plugins/lordicon/includes/class-constants.php
编辑文件内容
<?php namespace Lordicon; if (!defined('ABSPATH')) { exit; } class Constants { const PLUGIN_VERSION = '1.0.0'; const PLUGIN_NAME = 'lordicon'; const PLUGIN_BASENAME = 'lordicon/lordicon.php'; const APP_NAME = 'wp'; public static function plugin_version() { return self::PLUGIN_VERSION; } public static function plugin_name() { return self::PLUGIN_NAME; } public static function plugin_basename() { return self::PLUGIN_BASENAME; } public static function app_name() { return self::APP_NAME; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件