autoship_after_autoship_scheduled_orders_template_row (action)

( templates/scheduled-orders/orders-template.php) follows each scheduled order summary row in the table. The action is used to include notice(s) related to the Scheduled Order row displayed immediately before and can be used by developers to include additional rows related to the previously displayed Scheduled Order. The action takes the $autoship_order (object), (Wordpress) $customer_id, and $autoship_customer_id (QPilot customer) as its parameters.

Code

do_action( 'autoship_after_autoship_scheduled_orders_template_row', $autoship_order, $customer_id, $autoship_customer_id ); ?>

Found in the Functions

  • NA