WC_Product::has_weight()
Returns whether or not the product has weight set.
Description Description
Return Return
(bool)
Source Source
File: includes/abstracts/abstract-wc-product.php
public function has_weight() { return $this->get_weight() && ! $this->get_virtual(); }