LLMS_Settings_Courses::save()
Save settings
Return Return
(void)
Source Source
File: includes/admin/settings/class.llms.settings.courses.php
public function save() {
$settings = $this->get_settings();
LLMS_Admin_Settings::save_fields( $settings );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |