What actions fire when products are restocked?
-
It appears that the WC Stock Alert plugin does not send emails out to interested persons when products are restocked using the WooCommerce Stock Manager plugin (https://www.ads-software.com/plugins/woocommerce-stock-manager/). Instead, I have to edit a product’s inventory directly by editing the inventory count in the product editor in order for the emails to go out.
This got me thinking and I wanted to know what Actions are fired when products are restocked using the WooCommerce Stock Manager plugin. It appears that the same set of actions are NOT being fired off.
Action and Filter Hook Reference
https://woocommerce.github.io/code-reference/hooks/hooks.htmldoes this action get fired? woocommerce_product_set_stock
does this action get fired? woocommerce_product_set_stock_status
does this action get fired? woocommerce_updated_product_stockThanks!
- The topic ‘What actions fire when products are restocked?’ is closed to new replies.