Function __global->get_currency
Definitions
sources/currency.php
- Find the active ISO currency for the current user.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The active currency
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the active ISO currency for the current user.
*
* @return string The active currency
*/
function get_currency() : string
* Find the active ISO currency for the current user.
*
* @return string The active currency
*/
function get_currency() : string

