Currency::get_currency_code()
Retrieves the working currency code.
Return
(string)
Source
File: src/Tickets/Commerce/Utils/Currency.php
public static function get_currency_code() {
return tribe_get_option( static::$currency_code_option, static::$currency_code_fallback );
}