get_lifterlms_currency_symbol( string $currency = '' )
Get Currency Symbol text code
Description Description
Parameters Parameters
- $currency
-
(Optional) Currency Code.
Default value: ''
Return Return
(string)
Source Source
File: includes/functions/llms.functions.currency.php
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Retrieve symbols list from llms_get_currency_symbols(). If a symbol cannot be found for the supplied currency code, return the code instead of an empty string. |
| 3.30.3 | Introduced. |