LLMS_Settings_Page::generate_settings_group( string $id, string $title, string $title_desc = '', array[] $settings = array() )

Generates a group of settings.


Description Description


Parameters Parameters

$id

(Required) Group ID. Used to create IDs for the start, end, and title fields.

$title

(Required) Title of the group (should be translatable).

$title_desc

(Optional) (Optional) title field description text.

Default value: ''

$settings

(Optional) Array of settings field arrays.

Default value: array()


Top ↑

Return Return

(array[])


Top ↑

Source Source

File: includes/admin/settings/class.llms.settings.page.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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