wpcf7_is_time

wpcf7_is_time

Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.4

apply_filters('wpcf7_is_time') is found 1 times:

  • /includes/validation-functions.php line 114

    0 <= $minute && $minute <= 59 && 0 <= $second && $second <= 59; } return apply_filters( 'wpcf7_is_time', $result, $text ); } /** * Checks whether the given text is a well-formed mailbox list. * [/php]

wpcf7_is_time - WordPress Hooks

wpcf7_is_time

wpcf7_is_time

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.8

apply_filters('wpcf7_is_time') is found 1 times:

  • /includes/validation-functions.php line 114

    0 <= $minute && $minute <= 59 && 0 <= $second && $second <= 59; } return apply_filters( 'wpcf7_is_time', $result, $text ); } /** * Checks whether the given text is a well-formed mailbox list. * [/php]