WC_Customer::get_calculated_shipping()
Has customer calculated shipping?
Description Description
Return Return
(bool)
Source Source
File: includes/class-wc-customer.php
public function get_calculated_shipping() {
return $this->calculated_shipping;
}