WC_Customer::has_calculated_shipping()
Has calculated shipping?
Method of the class: WC_Customer{}
No Hooks.
Return
true|false
.
Usage
$WC_Customer = new WC_Customer(); $WC_Customer->has_calculated_shipping();
WC_Customer::has_calculated_shipping() WC Customer::has calculated shipping code WC 9.8.2
public function has_calculated_shipping() { return $this->get_calculated_shipping(); }