Dismiss Review Notice in Really Simple SSL

Dismiss review notice in Really Simple SSL on your child site.

Snippet Type

Execute on Child Sites

Snippet

if (!function_exists('rsssl_dismiss_review_notice')) {
    function rsssl_dismiss_review_notice() {
        RSSSL()->really_simple_ssl->review_notice_shown = true;
    }
}
add_action('admin_init', 'rsssl_dismiss_review_notice');

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.