tec_tickets_commerce_currency_position()

Returns the Tickets Commerce currency position.


Return

(string) String containing the Tickets Commerce currency position. Either prefix or postfix.


Top ↑

Source

File: src/template-tags/commerce.php

function tec_tickets_commerce_currency_position() {
	return Currency::get_currency_symbol_position( tec_tickets_commerce_currency_code() );
}

Top ↑

Changelog

Changelog
Version Description
5.4.2 Introduced.