autoship_filter_schedulable_products_data (filter)

( src/scheduled-orders.php) Used to customize the "Add Product" dropdown menu in the Native UI. It takes $all_products (array) as its parameter. 

Code

$all_products = apply_filters('autoship_filter_schedulable_products_data', $all_products );

Found in the Functions