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 10.8.1
public function get_type() {
return 'coupon';
}