woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( fee_taxes

woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( fee_taxes

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( fee_taxes') is found 1 times:

  • /includes/class-wc-cart.php line 382
    	 * @since 3.2.0
    	 * @return array
    	 */
    	public function get_fee_taxes() {
    		return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'fee_taxes' ) );
    	}
    
    	/**
    	 * Return whether or not the cart is displaying prices including tax, rather than excluding tax.
    	 *
    	 * @since 3.3.0