woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( shipping_tax
woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( shipping_tax
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( shipping_tax') is found 1 times:
- /includes/class-wc-cart.php line 290
* @since 3.2.0 * @return float */ public function get_shipping_tax() { return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'shipping_tax' ) ); } /** * Gets cart total. This is the total of items in the cart, but after discounts. Subtotal is before discounts. * * @since 3.2.0