autoship_customer_view_order_header_attribution_maybe_scheduled_order (action)

( src/orders.php) Can be used to output custom content in the sub-header for a WooCommerce Order that generated an error creating a Scheduled Order or may not have created a Scheduled Order when it should have. Takes $external_data and the (WooCommerce) $order as parameters.

Code

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

Included in these Functions