Tribe__Tickets_Plus__Commerce__EDD__Main::get_currency()

Get the value of the currency selected for EDD


Return

(string)


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.7.3 Introduced.