do_action( 'llms_order_recurring_charge_gateway_error', int $order_id , WP_Error $error , LLMS_Controller_Orders $controller )
Fired when a LifterLMS order’s recurring charge errors because of a gateway error. E.g. it’s not available anymore.
Parameters Parameters
- $order_id
-
(int) WP Post ID of the order.
- $error
-
(WP_Error) WP_Error instance.
- $controller
-
(LLMS_Controller_Orders) This controller's instance.