WC_Validation::format_phone( mixed $tel )

Format a given phone number.


Description Description


Parameters Parameters

$tel

(Required) Phone number to format.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-validation.php

	public static function format_phone( $tel ) {
		return wc_format_phone_number( $tel );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.