eo_get_currency_symbol
since 1.0
Pro
eo_get_currency_symbol( $iso_code )
Deprecated: 2.0.0 Use EO_Currency::get_from_iso_code
Returns the symbol for a given currency (identified by its currency code).
The currency code is as given by eventorganiser_get_currencies().
Parameters
string
|
$iso_code |
The currency code
|
Return value
string
|
The currency symbol. False if currency is not recognised.
|
Changelog