WC_Cart::has_calculated_shippingpublicWC 1.0

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() code WC 10.7.0

public function has_calculated_shipping() {
	return $this->has_calculated_shipping;
}