LLMS_Form_Field::get_description_html()

Retrieve HTML for the fields description


Return Return

(string)


Top ↑

Source Source

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

265
266
267
268
269
protected function get_description_html() {
 
    return $this->settings['description'] ? sprintf( '<span class="llms-description">%s</span>', $this->settings['description'] ) : '';
 
}


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.