LLMS_Order::unschedule_expiration()
Cancels a scheduled expiration action
Description Description
Does nothing if no expiration is scheduled
Return Return
(void)
Source Source
File: includes/models/model.llms.order.php
* Record the start date of the access plan and schedule expiration if expiration is required in the future * * @since 3.0.0 * @since 3.19.0 Unknown. * @since 5.2.0 Use strict type comparision. * * @return void
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Use $this->get_next_scheduled_action_time() to determine if the action is currently scheduled. |
3.32.0 | Update to use latest action-scheduler functions. |
3.19.0 | Introduced. |