LLMS_Order::get_next_scheduled_action_time( string $action )
Retrieve the timestamp of the next scheduled event for a given action
Description Description
Parameters Parameters
- $action
-
(Required) Action hook ID. Core actions are "llms_charge_recurring_payment" and "llms_access_plan_expiration".
Return Return
(int|false) Returns the timestamp of the next action as an integer or false
when no action exist.
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |