jpp_use_captcha_when_blocked, true

jpp_use_captcha_when_blocked, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jpp_use_captcha_when_blocked, true') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php line 874
    		 * @since 3.6.0
    		 *
    		 * @param bool true Should we fallback to the Math questions when an IP is blocked. Default to true.
    		 */
    		$allow_math_fallback_on_fail = apply_filters( 'jpp_use_captcha_when_blocked', true );
    		if ( ! $allow_math_fallback_on_fail ) {
    			$this->kill_login();
    		}
    
    		new Brute_Force_Protection_Math_Authenticate();