WC_Order_Item_Tax::is_compound()
Is this a compound tax rate?
Метод класса: WC_Order_Item_Tax{}
Хуков нет.
Возвращает
true|false
.
Использование
$WC_Order_Item_Tax = new WC_Order_Item_Tax(); $WC_Order_Item_Tax->is_compound();
Код WC_Order_Item_Tax::is_compound() WC Order Item Tax::is compound WC 9.7.1
public function is_compound() { return $this->get_compound(); }