Updated since tag

This commit is contained in:
Claudio Sanches 2020-06-24 13:08:08 -03:00 committed by GitHub
parent 7c7e17dcd0
commit 2869867e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.