tec_tickets_commerce_currency_code()

Returns the Tickets Commerce currency code.


Return

(string) String containing the Tickets Commerce currency code.


Top ↑

Source

File: src/template-tags/commerce.php

function tec_tickets_commerce_currency_code() {
	return Currency::get_currency_code();
}

Top ↑

Changelog

Changelog
Version Description
5.3.1 Introduced.