文件操作 - pages.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kdefense/public_html/wp-content/plugins/updraftplus/central/modules/pages.php
编辑文件内容
<?php if (!defined('UPDRAFTCENTRAL_CLIENT_DIR')) die('No access.'); // Load the posts command class since we're going to be extending it for our page module service/command // class in order to minimize redundant shareable methods. if (!class_exists('UpdraftCentral_Posts_Commands')) require_once('posts.php'); /** * Handles Pages Commands */ class UpdraftCentral_Pages_Commands extends UpdraftCentral_Posts_Commands { protected $post_type = 'page'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件