do_action( 'llms_charge_recurring_payment_scheduled', LLMS_Order $order, integer $date, array $action_args, integer $action_id )

Fired after a recurring payment is scheduled


Parameters Parameters

$order

(LLMS_Order) LLMS_Order instance.

$date

(integer) Timestamp of the recurring payment date UTC.

$action_args

(array) Arguments passed to the scheduler.

$action_id

(integer) Scheduled action ID.


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.