apply_filters( 'woocommerce_status_widget_out_of_stock_count_pre_query', null|string $outofstock_count , int $nostock )
Status widget out of stock count pre query.
Description Description
Parameters Parameters
- $outofstock_count
-
Out of stock count, by default null.
- $nostock
-
No stock amount
Source Source
File: includes/admin/class-wc-admin-dashboard.php
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |