woocommerce_countries_base_country, $default[country]
woocommerce_countries_base_country, $default[country]
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_countries_base_country, $default[country]') is found 1 times:
- /includes/class-wc-countries.php line 279
* @return string */ public function get_base_country() { $default = wc_get_base_location(); return apply_filters( 'woocommerce_countries_base_country', $default['country'] ); } /** * Get the base state for the store. * * @return string