woocommerce_cart_taxes_total, $total, $compound, $display, $this

woocommerce_cart_taxes_total, $total, $compound, $display, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_cart_taxes_total, $total, $compound, $display, $this') is found 1 times:

  • /includes/class-wc-cart.php line 2444
     
    		$total = array_sum( $taxes );
    		$total = $display ? wc_format_decimal( $total, wc_get_price_decimals() ) : $total;
    
    		return apply_filters( 'woocommerce_cart_taxes_total', $total, $compound, $display, $this );
    	}
    
    	/**
    	 * Gets the total discount amount.
    	 *
    	 * @return mixed formatted price or false if there are none