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