woocommerce_order_get_tax_totals, $tax_totals, $this
woocommerce_order_get_tax_totals, $tax_totals, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_order_get_tax_totals, $tax_totals, $this') is found 1 times:
- /includes/abstracts/abstract-wc-order.php line 630
$amounts = array_filter( wp_list_pluck( $tax_totals, 'amount' ) ); $tax_totals = array_intersect_key( $tax_totals, $amounts ); } return apply_filters( 'woocommerce_order_get_tax_totals', $tax_totals, $this ); } /** * Get all valid statuses for this order * * @since 3.0.0