Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_currency()
Get the default Currency selected for Woo
Return
(string)
Source
File: src/Tribe/Commerce/WooCommerce/Main.php
public function get_currency() {
return function_exists( 'get_woocommerce_currency' ) ? get_woocommerce_currency() : parent::get_currency();
}
Changelog
| Version | Description |
|---|---|
| 4.7.3 | Introduced. |