wpcf7_is_tel

wpcf7_is_tel

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

See hook in core

Displaying hooks found in version: contact-form-7.6.0

apply_filters('wpcf7_is_tel') is found 1 times:

  • /includes/validation-functions.php line 63

    if ( ! ( 6 < strlen( $text ) and strlen( $text ) < 16 ) ) { $result = false; } return apply_filters( 'wpcf7_is_tel', $result, $text ); } /** * Checks whether the given text is a well-formed number. * [/php]