autoship_after_autoship_scheduled_orders_template (action)

(scheduled-orders/orders-template.php) Can be used to add customization after the customer My Account > Scheduled Orders when using the Native Wordpress template display option. It takes the $customer_id and the $autoship_customer_id as its parameters.

Code

<?php do_action( 'autoship_after_autoship_scheduled_orders_template', $customer_id, $autoship_customer_id ); ?>