From af162d8bed4bb27b37ad25df4dfdf18e18ebc58a Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Fri, 28 Aug 2020 15:33:43 -0300 Subject: [PATCH] Updated `@since` for the filter --- includes/class-wc-cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index c905b34c360..04a269f1844 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -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.