LLMS_Controller_Orders::recurring_charge( int $order_id )
Trigger a recurring payment
Description Description
Called by action scheduler.
Parameters Parameters
- $order_id
-
(Required) WP Post ID of the order.
Return Return
(bool) false
if the recurring charge cannot be processed, true
when the charge is successfully handed off to the gateway.
Source Source
File: includes/controllers/class.llms.controller.orders.php
Changelog Changelog
Version | Description |
---|---|
3.36.1 | Made sure to process only proper LLMS_Orders of existing users. |
3.32.0 | Record order notes and trigger actions during errors. |
3.0.0 | Introduced. |