File Editor
Directories:
.. (Back)
assets
css
img
languages
testssl
Files:
class-admin.php
class-cache.php
class-certificate.php
class-front-end.php
class-help.php
class-mixed-content-fixer.php
class-multisite.php
class-rsssl-wp-cli.php
class-server.php
class-site-health.php
class-url.php
force-deactivate.txt
index.php
multisite-cron.php
readme.txt
rlrsssl-really-simple-ssl.php
ssl-test-page.php
uninstall.php
Create New File
Create
Edit File: 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 ); }
Save Changes
Rename File
Rename