Disable math captcha for blocked IPs in the protect module of Jetpack on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'jpp_use_captcha_when_blocked', '__return_false' );
Disable math captcha for blocked IPs in the protect module of Jetpack on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'jpp_use_captcha_when_blocked', '__return_false' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.