LLMS_Admin_Tool_Clear_Sessions::handle()
Process the tool.
Description Description
This method should do whatever the tool actually does.
By the time this tool is called a nonce and the user’s capabilities have already been checked.
Return Return
(mixed)
Source Source
File: includes/admin/tools/class-llms-admin-tool-clear-sessions.php
protected function handle() { do_action( 'llms_delete_expired_session_data', false ); return true; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |