WC_Cart::has_calculated_shipping
Whether the shipping totals have been calculated.
Method of the class: WC_Cart{}
No Hooks.
Returns
true|false.
Usage
$WC_Cart = new WC_Cart(); $WC_Cart->has_calculated_shipping();
WC_Cart::has_calculated_shipping() WC Cart::has calculated shipping code WC 10.7.0
public function has_calculated_shipping() {
return $this->has_calculated_shipping;
}