Warning: This method has been deprecated. Taxes are never calculated if customer is tax except making this function unused instead.

WC_Legacy_Cart::remove_taxes()

Remove taxes.


Description Description


Source Source

File: includes/legacy/class-wc-legacy-cart.php

	public function remove_taxes() {
		wc_deprecated_function( 'WC_Cart::remove_taxes', '3.2', '' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.