WC_Countries::get_base_city()
Get the base city for the store.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-countries.php
public function get_base_city() { $base_city = get_option( 'woocommerce_store_city', '' ); return apply_filters( 'woocommerce_countries_base_city', $base_city ); }