WC_Order_Item_Tax::get_compound() public WC 1.0
Get compound.
{} Это метод класса: WC_Order_Item_Tax{}
Хуков нет.
Возвращает
true/false.
Использование
$WC_Order_Item_Tax = new WC_Order_Item_Tax(); $WC_Order_Item_Tax->get_compound( $context );
- $context(строка)
- What the value is for. Valid values are 'view' and 'edit'.
Код WC_Order_Item_Tax::get_compound() WC Order Item Tax::get compound WC 5.0.0
public function get_compound( $context = 'view' ) {
return $this->get_prop( 'compound', $context );
}