WC_Cart::has_calculated_shippingpublicWC 1.0

Whether the shipping totals have been calculated.

Метод класса: WC_Cart{}

Хуков нет.

Возвращает

true|false.

Использование

$WC_Cart = new WC_Cart();
$WC_Cart->has_calculated_shipping();

Код WC_Cart::has_calculated_shipping() WC 9.9.4

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