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