Change got merged sooner than expected.

This commit is contained in:
Peter Fabian 2021-03-17 10:13:28 +01:00
parent 7ba48234fa
commit aa9b6ab691
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ add_action( 'woocommerce_order_status_on-hold', 'wc_release_stock_for_order', 11
/**
* Return low stock amount to determine if notification needs to be sent
*
* Since 5.3.0, this function no longer redirects from variation to its parent product.
* Since 5.2.0, this function no longer redirects from variation to its parent product.
* Low stock amount can now be attached to the variation itself and if it isn't, only
* then we check the parent product, and if it's not there, then we take the default
* from the store-wide setting.