LLMS_Admin_Page_Status::handle_actions()
Handle form / link actions on the status pages
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'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nonces are verified elsewhere. self::remove_log_file(); } elseif ( ! empty( $_REQUEST['llms_tool'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Nonces are verified elsewhere. self::do_tool(); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.11.2 | Introduced. |