WC_Order_Item_Tax::get_compound()
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'.
По умолчанию: 'view'
Код WC_Order_Item_Tax::get_compound() WC Order Item Tax::get compound WC 9.3.1
public function get_compound( $context = 'view' ) { return $this->get_prop( 'compound', $context ); }