do_action( 'llms_order_recurring_charge_user_error', int $order_id, int $user_id, LLMS_Controller_Orders $controller )

Fired when a LifterLMS order’s recurring charge errors because the user who placed the order doesn’t exist anymore


Parameters Parameters

$order_id

(int) WP Post ID of the order.

$user_id

(int) WP User ID of the user who placed the order.

$controller

(LLMS_Controller_Orders) This controller's instance.


Top ↑

Source Source

File: includes/controllers/class.llms.controller.orders.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.