WC_Order_Item_Tax::get_compound( string $context = 'view' )
Get compound.
Description Description
Parameters Parameters
- $context
-
(Optional) What the value is for. Valid values are 'view' and 'edit'.
Default value: 'view'
Return Return
(bool)
Source Source
File: includes/class-wc-order-item-tax.php
public function get_compound( $context = 'view' ) { return $this->get_prop( 'compound', $context ); }