WC_Shipping_Zone::get_zone_order()
Get zone order.
Метод класса: WC_Shipping_Zone{}
Хуков нет.
Возвращает
int
.
Использование
$WC_Shipping_Zone = new WC_Shipping_Zone(); $WC_Shipping_Zone->get_zone_order( $context );
- $context(строка)
- View or edit context.
По умолчанию: 'view'
Код WC_Shipping_Zone::get_zone_order() WC Shipping Zone::get zone order WC 9.2.3
public function get_zone_order( $context = 'view' ) { return $this->get_prop( 'zone_order', $context ); }