wpcf7_validate

wpcf7_validate

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_validate') is found 1 times:

  • /includes/submission.php line 581
    			$type = $tag->type;
    			$result = apply_filters( "wpcf7_validate_{$type}", $result, $tag );
    		}
    
    		$result = apply_filters( 'wpcf7_validate', $result, $tags );
    
    		$this->invalid_fields = $result->get_invalid_fields();
    
    		return $result->is_valid();
    	}