wpcf7_validate_{$type}

wpcf7_validate_{$type}

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_validate_{$type}') is found 1 times:

  • /includes/submission.php line 578
    		) );
    
    		foreach ( $tags as $tag ) {
    			$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();