tec_tickets_commerce_currency_symbol()

Returns the Tickets Commerce currency symbol.


Return

(string) String containing the Tickets Commerce currency symbol.


Top ↑

Source

File: src/template-tags/commerce.php

function tec_tickets_commerce_currency_symbol() {
	return Currency::get_currency_symbol( tec_tickets_commerce_currency_code() );
}

Top ↑

Changelog

Changelog
Version Description
5.3.1 Introduced.