WC_Product::get_stock_managed_by_id PHP Méthode

get_stock_managed_by_id() public méthode

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