WC_Countries::get_base_country()

Get the base country for the store.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-countries.php

	public function get_base_country() {
		$default = wc_get_base_location();
		return apply_filters( 'woocommerce_countries_base_country', $default['country'] );
	}


Top ↑

User Contributed Notes User Contributed Notes

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