WC_Cart_Fees::remove_all_fees
Remove all fees.
Method of the class: WC_Cart_Fees{}
No Hooks.
Returns
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() WC Cart Fees::remove all fees code WC 10.5.0
public function remove_all_fees() {
$this->set_fees();
}