WC_Countries::get_base_postcode()

Get the base postcode for the store.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-countries.php

	public function get_base_postcode() {
		$base_postcode = get_option( 'woocommerce_store_postcode', '' );
		return apply_filters( 'woocommerce_countries_base_postcode', $base_postcode );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.