Updated `@since` for the filter
This commit is contained in:
parent
133462d645
commit
af162d8bed
|
@ -789,7 +789,7 @@ class WC_Cart extends WC_Legacy_Cart {
|
||||||
/**
|
/**
|
||||||
* Allows filter if product have enough stock to get added to the 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 bool $has_stock If have enough stock.
|
||||||
* @param WC_Product $product Product instance.
|
* @param WC_Product $product Product instance.
|
||||||
* @param array $values Cart item values.
|
* @param array $values Cart item values.
|
||||||
|
|
Loading…
Reference in New Issue