WC_Order_Item_Shipping::get_type()
Get order item type.
Метод класса: WC_Order_Item_Shipping{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Order_Item_Shipping = new WC_Order_Item_Shipping(); $WC_Order_Item_Shipping->get_type();
Код WC_Order_Item_Shipping::get_type() WC Order Item Shipping::get type WC 9.8.2
public function get_type() { return 'shipping'; }