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(); }