LLMS_Abstract_Admin_Tool::should_load()
Conditionally load the tool
Description Description
This stub can be overridden by the tool to provide custom logic to determine whether or not the tool should be loaded and registered.
Return Return
(boolean) Return true
to load the tool and false
to not load it.
Source Source
File: includes/abstracts/llms-abstract-admin-tool.php
protected function should_load() { return true; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Introduced. |