wpcf7_skip_spam_check

wpcf7_skip_spam_check

Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_skip_spam_check') is found 1 times:

  • /includes/submission.php line 627
    	 */
    	private function spam() {
    		$spam = false;
    
    		$skip_spam_check = apply_filters( 'wpcf7_skip_spam_check',
    			$this->skip_spam_check,
    			$this
    		);
    
    		if ( $skip_spam_check ) {
    			return $spam;