WC_Validation::format_phone( mixed $tel )
Format a given phone number.
Description Description
Parameters Parameters
- $tel
-
(Required) Phone number to format.
Return Return
(string)
Source Source
File: includes/class-wc-validation.php
public static function format_phone( $tel ) { return wc_format_phone_number( $tel ); }