autoship_after_all_products_autoship_deactivate_sync_bulk_action (action)
( src/product-page.php) Can be used to perform additional actions at the end the bulk product sync action. It takes the $post_ids (Product Ids), the $action, and a $redirect_url as its parameters.
Code
do_action( 'autoship_after_all_products_autoship_deactivate_sync_bulk_action', $post_ids, $action, $redirect_url );
Found in the Following Functions