apply_filters( 'woocommerce_should_send_no_stock_notification', int $product_id )
Determine if the current product should trigger a no stock notification
Description Description
Parameters Parameters
- $product_id
-
- The out of stock product id
Source Source
File: includes/class-wc-emails.php
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |