文件操作 - uninstall.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/wpfront-scroll-top/uninstall.php
编辑文件内容
<?php if (!defined('WP_UNINSTALL_PLUGIN')) { exit(); } $option_name = 'wpfront-scroll-top-options'; delete_option($option_name); //TODO: Multisite delete //http://codex.wordpress.org/Function_Reference/register_uninstall_hook //http://wordpress.org/support/topic/how-can-i-remove-an-option-from-all-option-tables-in-multisite
修改文件时间
将文件时间修改为当前时间的前一年
删除文件