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.


Top ↑

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.


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.