WC_Product::child_has_weight()
Does a child have a weight?
Description Description
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract-wc-product.php
public function child_has_weight() {
return false;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |