Filter: gravityview/fields/textarea/allow_html
Allow the following HTML tags and strip everything else.
Parameters
| Name | Type | Description |
|---|---|---|
| $allow_html | bool | Whether to allow rendering HTML submitted in the textarea field. If disabled, output will be escaped with esc_html(). Default: true. |
| $gravityview | \GV\Template_Context | The context |
Since
Source
Defined in templates/fields/field-textarea-html.php at line 25