WC_Countries::get_base_country()
Get the base country for the store.
Description Description
Return Return
(string)
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'] );
}