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.


Top ↑

Source Source

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


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.