wpcf7_is_number

wpcf7_is_number

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_is_number') is found 1 times:

  • /includes/validation-functions.php line 68
    			break;
    		}
    	}
    
    	return apply_filters( 'wpcf7_is_number', $result, $text );
    }
    
    
    /**
     * Checks whether the given text is a valid date.
     *