Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Page_Status::do_tool()
Handle tools actions
Description Description
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.page.status.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | The automatic-payments tool has been moved to LLMS_Admin_Tool_Reset_Automatic_Payments . |
4.0.0 | The clear-sessions tool has been moved to LLMS_Admin_Tool_Clear_Sessions . |
3.37.14 | Verify user capabilities when doing a tool action. Use llms_redirect_and_exit() in favor of wp_safe_redirect() . |
3.35.0 | Sanitize input data. |
3.11.2 | Introduced. |