apply_filters( 'llms_unschedule_recurring_payment_on_access_plan_expiration', bool , LLMS_Order $order , mixed $new_order_status , string $enrollment_status )
Filters whether or not recurring payments should be stopped on access plan expiration.
Description Description
By default when an access plan expires, recurring payments are stopped.
Parameters Parameters
-
(bool)
- $order
-
(LLMS_Order) Instance of the order.
- $new_order_status
-
(mixed) New order status. If
falseit means that the new order status is not going to change. At this stage the orders status is not changed yet. - $enrollment_status
-
(string) The new enrollment status. At this stage the enrollment status is not changed yet.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.5.0 | Introduced. |