autoship_before_update_scheduled_order_handler (action)
(src/scheduled-orders.php) Can be used to add customization before the Scheduled Order is updated. It takes the (Scheduled) $order_id, the (update) $action taken, & the (Scheduled Order) $data as its parameters
Code
do_action( 'autoship_before_update_scheduled_order_handler', $order_id, $action , $data );
Used in the Functions