WC_Product::child_has_weight
Does a child have a weight?
Method of the class: WC_Product{}
No Hooks.
Returns
true|false.
Usage
$WC_Product = new WC_Product(); $WC_Product->child_has_weight();
Changelog
| Since 3.0.0 | Introduced. |
WC_Product::child_has_weight() WC Product::child has weight code WC 10.6.2
public function child_has_weight() {
return false;
}