autoship_before_autoship_scheduled_orders_template (action)

(templates/scheduled-orders/orders-template.php) Can be used to add customization before the customer Scheduled Orders page for the Native Wordpress template option. It takes $customer_id, $autoship_customer_id, and $autoship_orders as its parameters.

Code

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