Updated since tag
This commit is contained in:
parent
7c7e17dcd0
commit
2869867e35
|
@ -177,7 +177,7 @@ final class ReserveStock {
|
||||||
* Filter: woocommerce_query_for_reserved_stock
|
* Filter: woocommerce_query_for_reserved_stock
|
||||||
* Allows to filter the query for getting reserved stock of a product.
|
* Allows to filter the query for getting reserved stock of a product.
|
||||||
*
|
*
|
||||||
* @since 4.3.0
|
* @since 4.4.0
|
||||||
* @param string $query The query for getting reserved stock of a product.
|
* @param string $query The query for getting reserved stock of a product.
|
||||||
* @param int $product_id Product ID.
|
* @param int $product_id Product ID.
|
||||||
* @param int $exclude_order_id Order to exclude from the results.
|
* @param int $exclude_order_id Order to exclude from the results.
|
||||||
|
|
Loading…
Reference in New Issue