Example #1
0
function siteguard_deactivate()
{
    global $config;
    $config->set('show_admin_notices', '0');
    $config->update();
    SiteGuard_RenameLogin::feature_off();
    SiteGuard_AdminFilter::feature_off();
    SiteGuard_WAF_Exclude_Rule::feature_off();
    SiteGuard_UpdatesNotify::feature_off();
}