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
-
The pre-rendered HTML content. Default
null
. - $settings
-
The prepared field settings array.
- $field_obj
-
Form field instance.
Source Source
File: includes/forms/class-llms-form-field.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |