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.


Top ↑

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.


Top ↑

Source Source

File: includes/forms/class-llms-form-field.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.