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.


Top ↑

Parameters Parameters

$tool_class

(object) Instance of the extending tool class.


Top ↑

Source Source

File: includes/abstracts/llms-abstract-admin-tool.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.