get_woocommerce_currency()

Get Base Currency Code.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/wc-core-functions.php

function get_woocommerce_currency() {
	return apply_filters( 'woocommerce_currency', get_option( 'woocommerce_currency' ) );
}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.