Filter for product change to ‘In stock’ – WCFM
-
Is there a filter for when a product goes back into stock ?
I would like to copy the following action, to notify the followers of a vendor when a product is back in stock.
// Followers notification on new product submited if( apply_filters( 'wcfm_is_allow_followers_new_product_notification', true ) ) { add_action( 'wcfm_after_new_product_by_vendor', array( &$this, 'wcfmu_vendors_followers_notify_on_new_product' ), 10, 2 ); }
Thank you.
- The topic ‘Filter for product change to ‘In stock’ – WCFM’ is closed to new replies.