woocommerce_customer_stock_notifications_product_sync, $product_ids
woocommerce_customer_stock_notifications_product_sync, $product_ids
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_customer_stock_notifications_product_sync, $product_ids') is found 1 times:
- /src/Internal/StockNotifications/StockSyncController.php line 154
* @since 10.2.0 * * @param array $product_ids The product IDs to process. */ do_action( 'woocommerce_customer_stock_notifications_product_sync', $product_ids ); $this->queue = array(); } /** * Store the admin notice. *