apply_filters( 'llms_form_field_pre_render', string $pre , array $settings , LLMS_Form_Field $field_obj )
Short-circuit field HTML generation.
Description Description
Allows a 3rd party to replace the HTML generation method with entirely custom HTML by returning a non-null value.
Parameters Parameters
- $pre
-
(string) The pre-rendered HTML content. Default
null
. - $settings
-
(array) The prepared field settings array.
- $field_obj
-
(LLMS_Form_Field) Form field instance.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |