文件操作 - 404page.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/lessi--it/wp-content/plugins/404page/404page.php
编辑文件内容
<?php /** * The 404page Plugin * * 404page allows creation of 404 error pages in WordPress admin * * @wordpress-plugin * Plugin Name: 404page - your smart custom 404 error page * Plugin URI: https://petersplugins.com/404page/ * Description: Custom 404 the easy way! Set any page as custom 404 error page. No coding needed. Works with (almost) every Theme. * Version: 11.3.0 * Author: Peter Raschendorfer * Author URI: https://petersplugins.com * Text Domain: 404page * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ // If this file is called directly, abort if ( ! defined( 'WPINC' ) ) { die; } /** * Loader */ require_once( plugin_dir_path( __FILE__ ) . '/loader.php' ); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件