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.


Top ↑

Return Return

(boolean) Return true to load the tool and false to not load it.


Top ↑

Source Source

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

	protected function should_load() {
		return true;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.37.19 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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