WC_Shipping_Zone::get_zone_order( string $context = 'view' )

Get zone order.


Description Description


Parameters Parameters

$context

(Optional) View or edit context.

Default value: 'view'


Top ↑

Return Return

(int)


Top ↑

Source Source

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

	public function get_zone_order( $context = 'view' ) {
		return $this->get_prop( 'zone_order', $context );
	}

Top ↑

User Contributed Notes User Contributed Notes

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