wpcf7_skip_spam_check

wpcf7_skip_spam_check

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

See hook in core

Displaying hooks found in version: contact-form-7.6.0

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;