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