LLMS_Abstract_Admin_Tool::maybe_handle( $tool_id )
Processes the tool if the submitted tool matches the tool’s ID.
Description Description
Parameters Parameters
-
(Required) tool_id ID of the submitted tool.
Return Return
(mixed|false)
Source Source
File: includes/abstracts/llms-abstract-admin-tool.php
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Add before and after action hooks. |
| 3.37.19 | Introduced. |