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