WC_Customer::has_calculated_shipping()

Has calculated shipping?


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/class-wc-customer.php

	public function has_calculated_shipping() {
		return $this->get_calculated_shipping();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.