autoship_order_customer_dashboard_column_location
(src/orders.php) Located within the autoship_order_customer_dashboard_icon_column() function and can be used to customize the location of the new Autoship column in the My Account > Orders screen.
function change_icon_location($location) { return 'order-number'; } add_filter('autoship_order_customer_dashboard_column_location', 'change_icon_location', 10, 1);