woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( cart_contents_tax

woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( cart_contents_tax

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( cart_contents_tax') is found 1 times:

  • /includes/class-wc-cart.php line 310
    	 * @since 3.2.0
    	 * @return float
    	 */
    	public function get_cart_contents_tax() {
    		return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'cart_contents_tax' ) );
    	}
    
    	/**
    	 * Gets cart total after calculation.
    	 *
    	 * @since 3.2.0