WC_Tax::format_tax_rate_city()
Format the city.
Метод класса: WC_Tax{}
Хуков нет.
Возвращает
Строку
.
Использование
$result = WC_Tax::format_tax_rate_city( $city );
- $city(строка) (обязательный)
- Value to format.
Код WC_Tax::format_tax_rate_city() WC Tax::format tax rate city WC 9.4.2
private static function format_tax_rate_city( $city ) { return strtoupper( trim( $city ) ); }