PATH:
home
/
letacommog
/
laperouse
/
wp-content
/
plugins
/
really-simple-ssl
<?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 ); }
[+]
..
[-] class-front-end.php
[edit]
[+]
testssl
[-] class-site-health.php
[edit]
[+]
img
[-] class-help.php
[edit]
[-] ssl-test-page.php
[edit]
[-] class-mixed-content-fixer.php
[edit]
[-] rlrsssl-really-simple-ssl.php
[edit]
[-] class-admin.php
[edit]
[+]
css
[-] class-multisite.php
[edit]
[-] force-deactivate.txt
[edit]
[-] multisite-cron.php
[edit]
[-] class-server.php
[edit]
[-] readme.txt
[edit]
[-] class-cache.php
[edit]
[-] class-rsssl-wp-cli.php
[edit]
[-] class-url.php
[edit]
[-] uninstall.php
[edit]
[+]
assets
[+]
languages
[-] index.php
[edit]
[-] class-certificate.php
[edit]