autoship_post_create_scheduled_order_link_handler (action)
(src/pages.php) Can be used to trigger actions after the 'Create Scheduled Order' wrapper function fires. It takes the $success of the function as it's parameter.
Code
do_action( 'autoship_post_create_scheduled_order_link_handler', $success );
Included in the Functions