Source file: modules/protect.php
View in GitHubParameters
- true
-
(bool) true Should we fallback to the Math questions when an IP is blocked. Default to true.
Changelog
Since: Jetpack 3.6.0
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.
Have a question?
Comments are closed for this article, but we're still here to help! Visit the support forum and we'll be happy to answer any questions.
View support forum