WC_Shipping_Zone::get_zone_order()publicWC 1.0

Get zone order.

Method of the class: WC_Shipping_Zone{}

No Hooks.

Return

Int.

Usage

$WC_Shipping_Zone = new WC_Shipping_Zone();
$WC_Shipping_Zone->get_zone_order( $context );
$context(string)
View or edit context.
Default: 'view'

WC_Shipping_Zone::get_zone_order() code WC 8.6.1

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