woocommerce_countries_base_city, $base_city
woocommerce_countries_base_city, $base_city
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_countries_base_city, $base_city') is found 1 times:
- /includes/class-wc-countries.php line 300
* @return string */ public function get_base_city() { $base_city = get_option( 'woocommerce_store_city', '' ); return apply_filters( 'woocommerce_countries_base_city', $base_city ); } /** * Get the base postcode for the store. * * @since 3.1.1