LLMS_Settings_Page::get_sections()
Get the page sections (stub)
Description Description
When overriding, this should return an associative array where the key is the section id and the value is the (translated) section title. The "default" tab should always use the id "main".
Return Return
(array)
Source Source
File: includes/admin/settings/class.llms.settings.page.php
public function get_sections() { return array(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.17.5 | Return an array instead of void. |
1.0.0 | Introduced. |