woocommerce_cart_taxes_total

woocommerce_cart_taxes_total

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_cart_taxes_total') is found 1 times:

  • /includes/class-wc-cart.php line 2121
    		}
    		if ( $display ) {
    			$total = wc_format_decimal( $total, wc_get_price_decimals() );
    		}
    		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