Skip to main content

Filter: gravityview/fields/textarea/allow_html

Allow the following HTML tags and strip everything else.

Parameters

NameTypeDescription
$allow_htmlboolWhether to allow rendering HTML submitted in the textarea field. If disabled, output will be escaped with esc_html(). Default: true.
$gravityview\GV\Template_ContextThe context

Since

Source

Defined in templates/fields/field-textarea-html.php at line 25