WC_Cart_Fees::remove_all_fees()publicWC 3.2.0

Remove all fees.

Method of the class: WC_Cart_Fees{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Cart_Fees = new WC_Cart_Fees();
$WC_Cart_Fees->remove_all_fees();

Changelog

Since 3.2.0 Introduced.

WC_Cart_Fees::remove_all_fees() code WC 8.7.0

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