apply_filters( 'woocommerce_status_widget_low_in_stock_count_pre_query', null|string $low_in_stock_count , int $stock , int $nostock )
Status widget low in stock count pre query.
Description Description
Parameters Parameters
- $low_in_stock_count
-
Low in stock count, by default null.
- $stock
-
Low stock amount.
- $nostock
-
No stock amount
Source Source
File: includes/admin/class-wc-admin-dashboard.php
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |