Tribe__Tickets__Commerce__Currency::__construct()
Class constructor
Source
File: src/Tribe/Commerce/Currency.php
public function __construct() {
$this->currency_code = tribe_get_option( 'ticket-commerce-currency-code', 'USD' );
$this->generate_default_currency_map();
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |