LLMS_Form_Field::render()
Render/output the field’s html.
Return Return
(void)
Source Source
File: includes/forms/class-llms-form-field.php
public function render() {
if ( ! $this->html ) {
$this->get_html();
}
echo $this->html;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |