autoship_after_autoship_scheduled_orders (action)

templates/scheduled-orders.php) Used to add customization after the hosted iFrame and embedded App customer My Account > Scheduled Orders interface. It takes the (Wordpress) $customer_id and the (QPilot) $autoship_customer_id as its parameters.

Code

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