LLMS_Admin_Page_Status::handle_actions()
Handle form / link actions on the status pages
Description Description
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.page.status.php
public static function handle_actions() { if ( ! empty( $_REQUEST['llms_delete_log'] ) ) { self::remove_log_file(); } elseif ( ! empty( $_REQUEST['llms_tool'] ) ) { self::do_tool(); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.11.2 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: