LLMS_Admin_Tool_Recurring_Payment_Rescheduler::handle()

Schedules payments and expiration for an order


Description Description

Retrieves orders from the get_orders() method and schedules a recurring payment and expiration action based on its existing calculated order data.


Return Return

(int[]) Returns an array of WP_Post IDs for orders successfully rescheduled by the method.


Top ↑

Source Source

File: includes/admin/tools/class-llms-admin-tool-recurring-payment-rescheduler.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Set plan_ended metadata for orders with an ended plan and don't attempt to process them.
4.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.