woocommerce_customer_stock_notifications_product_sync
woocommerce_customer_stock_notifications_product_sync
Appears in: woocommerce.10.2.2
Hook Type: action
Displaying hooks found in version: woocommerce.10.2.2do_action('woocommerce_customer_stock_notifications_product_sync') 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. *