WC_Product::child_has_weight PHP Method

child_has_weight() public method

Does a child have a weight?
Since: 2.7.0
public child_has_weight ( ) : boolean
return boolean
    public function child_has_weight()
    {
        return false;
    }
WC_Product