woocommerce_cart_tax_totals, $tax_totals, $this
woocommerce_cart_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_cart_tax_totals, $tax_totals, $this') is found 1 times:
- /includes/class-wc-cart.php line 1027
$amounts = array_filter( wp_list_pluck( $tax_totals, 'amount' ) ); $tax_totals = array_intersect_key( $tax_totals, $amounts ); } return apply_filters( 'woocommerce_cart_tax_totals', $tax_totals, $this ); } /** * Get all tax classes for items in the cart. * * @return array