Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Tax::format_tax_rate_city( string $city )
Format the city.
Description Description
Parameters Parameters
- $city
-
(Required) Value to format.
Return Return
(string)
Source Source
File: includes/class-wc-tax.php
private static function format_tax_rate_city( $city ) { return strtoupper( trim( $city ) ); }