WC_Shipping_Zone::get_zone_order()
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() WC Shipping Zone::get zone order code WC 9.4.2
public function get_zone_order( $context = 'view' ) { return $this->get_prop( 'zone_order', $context ); }