LLMS_Settings_Page::add_settings_page( $pages )
Add the settings page
Contents
Return Return
(array)
Source Source
File: includes/admin/settings/class.llms.settings.page.php
public function add_settings_page( $pages ) {
$pages[ $this->id ] = $this->label;
return $pages;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |