LLMS_Admin_Settings::save_fields( array $settings )
Save admin fields.
Description Description
Loops though the lifterlms options array and outputs each field.
Parameters Parameters
- $settings
-
(Required) Opens array to output
Return Return
(bool)
Source Source
File: includes/admin/class.llms.admin.settings.php
Changelog Changelog
Version | Description |
---|---|
3.35.2 | Don't strip tags on editor and textarea fields that allow HTML. |
3.35.0 | Sanitize $_POST data. |
3.29.0 | Unknown. |
1.0.0 | Introduced. |