File "uninstall.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/really-simple-ssl/uninstall.php
File size: 260 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?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);
}