autoship_after_handler_success (action)

(src/scheduled-orders.php) Within the autoship_update_scheduled_order_handler() function and can be used to perform custom actions after an action is performed on a Scheduled Order in the Native UI Scheduled Order template. The new action passes the Scheduled Order Id ($order_id), the name of the action being performed ($action), and the array of data ($data) originally passed to that actions handler.

Code

  do_action( "autoship_after_handler_success", $order_id, $action , $data );