Updated `@since` for the filter

This commit is contained in:
Ron Rennick 2020-08-28 15:33:43 -03:00 committed by GitHub
parent 133462d645
commit af162d8bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ class WC_Cart extends WC_Legacy_Cart {
/**
* Allows filter if product have enough stock to get added to the cart.
*
* @since 4.4.0
* @since 4.6.0
* @param bool $has_stock If have enough stock.
* @param WC_Product $product Product instance.
* @param array $values Cart item values.