WC_Order_Data_Store_Interface::get_total_tax_refunded
Get the total tax refunded.
Method of the class: WC_Order_Data_Store_Interface{}
No Hooks.
Returns
float.
Usage
$WC_Order_Data_Store_Interface = new WC_Order_Data_Store_Interface(); $WC_Order_Data_Store_Interface->get_total_tax_refunded( $order );
- $order(WC_Order) (required)
- Order object.
WC_Order_Data_Store_Interface::get_total_tax_refunded() WC Order Data Store Interface::get total tax refunded code WC 10.8.1
public function get_total_tax_refunded( $order );