woocommerce_countries_base_city

woocommerce_countries_base_city

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_countries_base_city') is found 1 times:

  • /includes/class-wc-countries.php line 272
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    * @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