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