LLMS_Form_Field::get_settings()
Retrieve the field settings array.
Contents
Return Return
(array)
Source Source
File: includes/forms/class-llms-form-field.php
public function get_settings() {
return $this->settings;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |