do_action( 'llms_charge_recurring_payment_unscheduled', LLMS_Order $order , int $date , array $action_args )
Fired after a recurring payment is unscheduled
Parameters Parameters
- $order
-
(LLMS_Order) LLMS_Order instance.
- $date
-
(int) Timestamp of the recurring payment date UTC.
- $action_args
-
(array) Arguments passed to the scheduler.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |