woocommerce_low_stock, $product
woocommerce_low_stock, $product
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_low_stock, $product') is found 1 times:
- /includes/wc-stock-functions.php line 341
* @since 3.0 * * @param WC_Product $product The product whose stock quantity has changed. */ do_action( 'woocommerce_low_stock', $product ); } } /** * Increase stock levels for items within an order. *