Warning: This method has been deprecated.

WC_Legacy_Shipping_Zone::get_zone_id()

Get zone ID


Description Description


Return Return

(int|null) Null if the zone does not exist. 0 is the default zone.


Top ↑

Source Source

File: includes/legacy/class-wc-legacy-shipping-zone.php

	public function get_zone_id() {
		wc_deprecated_function( 'WC_Shipping_Zone::get_zone_id', '3.0', 'WC_Shipping_Zone::get_id' );
		return $this->get_id();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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