woocommerce_cart_get_taxes, wc_array_merge_recursive_numeric( $this->get_shipping_taxes(
woocommerce_cart_get_taxes, wc_array_merge_recursive_numeric( $this->get_shipping_taxes(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_get_taxes, wc_array_merge_recursive_numeric( $this->get_shipping_taxes(') is found 1 times:
- /includes/class-wc-cart.php line 651
* * @return array merged taxes */ public function get_taxes() { return apply_filters( 'woocommerce_cart_get_taxes', wc_array_merge_recursive_numeric( $this->get_shipping_taxes(), $this->get_cart_contents_taxes(), $this->get_fee_taxes() ), $this ); } /** * Returns the contents of the cart in an array. * * @return array contents of the cart