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
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Introduced. |