LLMS_Settings_Security::set_label()
Retrieve the page label.
Contents
Return Return
(string)
Source Source
File: includes/admin/settings/class.llms.settings.security.php
protected function set_label() {
return __( 'Security', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |