tec_tickets_commerce_currency_thousands_separator()
Returns the Tickets Commerce currency thousands separator.
Return
(string) String containing the Tickets Commerce currency thousands separator.
Source
File: src/template-tags/commerce.php
function tec_tickets_commerce_currency_thousands_separator() : string {
return Currency::get_currency_separator_thousands( tec_tickets_commerce_currency_code() );
}
Changelog
| Version | Description |
|---|---|
| 5.5.7 | Introduced. |