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', '' ); }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |