autoship_group_order_items_data (filter)

( src/orders.php) Used to customize the line item data when Scheduled Order(s) are created from existing WooCommerce Orders.

Code 

  $order_items = apply_filters( 'autoship_group_order_items_data', $order_items, $order );

Included in these Functions