apply_filters( "llms_form_field_options_preset_{$preset_id}", array $options , array $settings , LLMS_Form_Field $fomr_field )
Define custom / 3rd party presets
Parameters Parameters
- $options
-
(array) Array of options.
- $settings
-
(array) Prepared field settings.
- $fomr_field
-
(LLMS_Form_Field) Form field object instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |