Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_currency()

Get the default Currency selected for Woo


Return

(string)


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Main.php

	public function get_currency() {
		return function_exists( 'get_woocommerce_currency' ) ? get_woocommerce_currency() : parent::get_currency();
	}

Top ↑

Changelog

Changelog
Version Description
4.7.3 Introduced.