WC_Product::get_stock_managed_by_id PHP 메소드

get_stock_managed_by_id() 공개 메소드

If the stock level comes from another product ID, this should be modified.
부터: 2.7.0
    public function get_stock_managed_by_id()
    {
        return $this->get_id();
    }
WC_Product