WC_Cart_Fees::remove_all_fees()

Remove all fees.


Description Description


Source Source

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

	public function remove_all_fees() {
		$this->set_fees();
	}

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.