do_action( "llms_before_handle_tool_{$tool_id}", object $tool_class )
Action run prior to running an admin tool’s main handle()
method.
Description Description
The dynamic portion of this hook ${tool_id}
refers to the unique ID of the admin tool.
Parameters Parameters
- $tool_class
-
(object) Instance of the extending tool class.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |