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