wpcf7_recaptcha_verify_response

wpcf7_recaptcha_verify_response

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_recaptcha_verify_response') is found 1 times:

  • /modules/recaptcha/service.php line 166
     
    		$threshold = $this->get_threshold();
    		$is_human = $threshold < $score;
    
    		$is_human = apply_filters( 'wpcf7_recaptcha_verify_response',
    			$is_human, $response_body );
    
    		if ( $submission = WPCF7_Submission::get_instance() ) {
    			$submission->push( 'recaptcha', array(
    				'version' => '3.0',
    				'threshold' => $threshold,