文件操作 - uninstall.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/gigisantamaria--com/wp-content/plugins/really-simple-ssl/uninstall.php
编辑文件内容
<?php // If uninstall is not called from WordPress, exit if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } delete_all_options('rlrsssl_options'); delete_all_options('rlrsssl_network_options'); function delete_all_options($option_name) { delete_option( $option_name ); // For site options in Multisite delete_site_option( $option_name ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件