LLMS_Abstract_Admin_Tool::get_label()
Retrieve the tool’s label
Description Description
The label is the tool’s title. It’s displayed in the left column on the tool’s list.
Return Return
(string)
Source Source
File: includes/abstracts/llms-abstract-admin-tool.php
abstract protected function get_label();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Introduced. |