do_action( 'llms_subscription_cancelled_by_student', LLMS_Order $order , integer $uid )
Action triggered after a recurring subscription is cancelled from the student dashboard by the student.
Parameters Parameters
- $order
-
(LLMS_Order) The order object.
- $uid
-
(integer) The WP_User ID the student who cancelled the subscription.
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
Version | Description |
---|---|
3.17.8 | Introduced. |