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.


Top ↑

Source Source

File: includes/models/model.llms.order.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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