WC_Customer::get_calculated_shipping
Has customer calculated shipping?
Method of the class: WC_Customer{}
No Hooks.
Returns
true|false.
Usage
$WC_Customer = new WC_Customer(); $WC_Customer->get_calculated_shipping();
WC_Customer::get_calculated_shipping() WC Customer::get calculated shipping code WC 10.7.0
public function get_calculated_shipping() {
return $this->calculated_shipping;
}