Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
really-simple-ssl
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php 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); delete_site_option($option_name); }