autoship_add_to_next_order_no_order_found (action)

(src/scheduled-orders.php) Can be used to customize when no Scheduled Order is found when customers use links from the Autoship Link builder. It takes in built $link and $customer_id as its parameters.

Code

do_action( 'autoship_add_to_next_order_no_order_found', $link, $customer_id );

Used in the Functions