WC_Product::child_has_dimensions PHP 메소드

child_has_dimensions() 공개 메소드

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