autoship_before_autoship_scheduled_orders (action)

(templates/scheduled-orders.php) Used to add customization before 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

  do_action( 'autoship_before_autoship_scheduled_orders', $customer_id, $autoship_customer_id ); ?>

Found in the Functions

  • NA