WC_Product::child_has_dimensions PHP Method

child_has_dimensions() public method

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