filter

jpp_use_captcha_when_blocked

Allow Math fallback for blocked IPs.

Parameters

true
bool

Should we fallback to the Math questions when an IP is blocked. Default to true.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.

Notes

You can use this filter to disable the Math check entirely, like so:
add_filter( 'jpp_use_captcha_when_blocked', '__return_false' );
When using this code snippet, blocked IP addresses will be blocked from attempting to log in on your site.