LLMS_Settings_Page::set_label()
Retrieve the page label.
Description Description
Extending classes should override this to return a translated string used as the page’s title.
Return Return
(string)
Source Source
File: includes/admin/settings/class.llms.settings.page.php
protected function set_label() { return $this->id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.3 | Introduced. |