wpcf7_is_date

wpcf7_is_date

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_is_date') is found 1 times:

  • /includes/validation-functions.php line 88
    	if ( $result ) {
    		$result = checkdate( $matches[2], $matches[3], $matches[1] );
    	}
    
    	return apply_filters( 'wpcf7_is_date', $result, $text );
    }
    
    
    /**
     * Checks whether the given text is a valid time.
     *