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