do_action( 'llms_order_recurring_charge_aborted_product_deleted', int $order_id , LLMS_Controller_Orders $controller )
Fired when a LifterLMS order’s recurring charge errors because the purchased product (Course/Membership) doesn’t exist anymore.
Parameters Parameters
- $order_id
-
(int) WP Post ID of the order.
- $controller
-
(LLMS_Controller_Orders) This controller's instance.