Tribe__Tickets__Commerce__Currency::__construct()

Class constructor

Contents


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();
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.