WC_Shipping_Zone::set_zone_order()
Set zone order. Value to set.
Method of the class: WC_Shipping_Zone{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Shipping_Zone = new WC_Shipping_Zone(); $WC_Shipping_Zone->set_zone_order( $set );
- $set(int) (required)
- Value to set.
WC_Shipping_Zone::set_zone_order() WC Shipping Zone::set zone order code WC 7.7.0
public function set_zone_order( $set ) { $this->set_prop( 'zone_order', absint( $set ) ); }