autoship_order_customer_dashboard_icon_column_content_maybe_scheduled_order (action)

(src/orders.php) Can be used to output custom content in the new Autoship column when an order generated an error creating a Scheduled Order or may not have created a scheduled order when it should have. Takes an array of $external_data (from order) and the (WooCommerce) $order as parameters.

Code

do_action( 'autoship_order_customer_dashboard_icon_column_content_maybe_scheduled_order', $external_data, $order );

Included in these Functions