WC_Cart::has_calculated_shipping
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 Cart::has calculated shipping WC 9.9.4
public function has_calculated_shipping() { return $this->has_calculated_shipping; }