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 get_stock_managed_by_id ( ) : integer
Результат integer
    public function get_stock_managed_by_id()
    {
        return $this->get_id();
    }
WC_Product