apply_filters( "llms_form_field_get_{$this->settings[‘type’]}_html", string $html , array $settings , LLMS_Form_Field $field )
Allow 3rd parties to create custom field types or their own field HTML methods.
Description Description
Returning a non-empty string will override default HTML generation and use the returned HTML instead.
Parameters Parameters
- $html
-
(string) Override html.
- $settings
-
(array) Array of field settings initially passed to the class constructor.
- $field
-
(LLMS_Form_Field) Form field object.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |