autoship_my_account_my_scheduled_orders_column_ (action)

(templates/scheduled-orders/orders-template.php) Used to add customization to the column in the My Account menu the Scheduled Orders option is displayed. It takes the $column_id and the $order as its parameters.

Code

<?php do_action( 'autoship_my_account_my_scheduled_orders_column_' . $column_id, $order ); ?>