LLMS_Order::maybe_schedule_payment( $recalc = true )
Schedules the next payment due on a recurring order
Description Description
Can be called without consequence on a single payment order Will always unschedule the scheduled action (if one exists) before scheduling another
Return Return
(void)
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Add plan_ended metadata when a plan ends. |
3.32.0 | Update to use latest action-scheduler functions. |
3.0.0 | Introduced. |