Remove limit login attempts in SiteGround Security

Remove limit login attempts in SiteGround Security on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_action( 'init', 'remove_unsuccessfull_attempts_block' );
function remove_unsuccessfull_attempts_block() {
    update_option( 'sg_security_unsuccessful_login', array() );
}

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