WC_Product::child_has_weight PHP Метод

child_has_weight() публичный Метод

Does a child have a weight?
С версии: 2.7.0
public child_has_weight ( ) : boolean
Результат boolean
    public function child_has_weight()
    {
        return false;
    }
WC_Product