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