wpcf7_recaptcha_threshold

wpcf7_recaptcha_threshold

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_recaptcha_threshold') is found 1 times:

  • /modules/recaptcha/service.php line 182
    	}
    
    
    	public function get_threshold() {
    		return apply_filters( 'wpcf7_recaptcha_threshold', 0.50 );
    	}
    
    
    	public function get_last_score() {
    		return $this->last_score;
    	}