tec_tickets_commerce_currency_decimal_separator()

Returns the Tickets Commerce currency decimal point separator.


Return

(string) String containing the Tickets Commerce currency decimal point separator.


Top ↑

Source

File: src/template-tags/commerce.php

function tec_tickets_commerce_currency_decimal_separator() : string {
	return Currency::get_currency_separator_decimal( tec_tickets_commerce_currency_code() );
}

Top ↑

Changelog

Changelog
Version Description
5.5.7 Introduced.