文件操作 - uninstall.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/lessi--it/wp-content/plugins/404page/uninstall.php
编辑文件内容
<?php /** * The 404page Plugin Uninstall */ // If this file is called directly, abort if ( ! defined( 'WPINC' ) ) { die; } // If this is somehow accessed withou plugin uninstall is requested, abort if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) || ! WP_UNINSTALL_PLUGIN || dirname( WP_UNINSTALL_PLUGIN ) != dirname( plugin_basename( __FILE__ ) ) ) { die; } /** * Loader */ require_once( plugin_dir_path( __FILE__ ) . '/loader.php' ); /** * Run Uninstaller */ pp_404page()->uninstall(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件