tec_tickets_commerce_currency_thousands_separator()

Returns the Tickets Commerce currency thousands separator.


Return

(string) String containing the Tickets Commerce currency thousands separator.


Top ↑

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() );
}

Top ↑

Changelog

Changelog
Version Description
5.5.7 Introduced.