edd_currency_symbol( string $currency = '' )
Given a currency determine the symbol to use. If no currency given, site default is used.
Description Description
If no symbol is determine, the currency string is returned.
Parameters Parameters
- $currency
-
(Optional) The currency string
Default value: ''
Return Return
(string) The symbol to use for the currency
Source Source
File: includes/misc-functions.php
Changelog Changelog
Version | Description |
---|---|
2.2 | Introduced. |