WC_Customer::has_calculated_shipping()
Has calculated shipping?
Метод класса: WC_Customer{}
Хуков нет.
Возвращает
true|false
.
Использование
$WC_Customer = new WC_Customer(); $WC_Customer->has_calculated_shipping();
Код WC_Customer::has_calculated_shipping() WC Customer::has calculated shipping WC 9.8.1
public function has_calculated_shipping() { return $this->get_calculated_shipping(); }