WC_Shipping::reset_shipping()

Reset shipping.


Description Description

Reset the totals for shipping as a whole.


Source Source

File: includes/class-wc-shipping.php

	public function reset_shipping() {
		unset( WC()->session->chosen_shipping_methods );
		$this->packages = array();
	}


Top ↑

User Contributed Notes User Contributed Notes

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