LLMS_Abstract_Admin_Tool::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/abstracts/llms-abstract-admin-tool.php
abstract protected function handle();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Introduced. |