LLMS_Form_Field::get_description_html()
Retrieve HTML for the fields description
Return Return
(string)
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' ] ) : '' ; } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |