Filter: gravityview/fields/textarea/allowed_kses
Allow the following HTML tags and strip everything else.
Parameters
| Name | Type | Description |
|---|---|---|
| $allowed_html | array|string | Context string (allowed strings are post, strip, data, entities, or the name of a field filter such as pre_user_description) or allowed tags array (see above). Default: 'post'. |
| $gravityview | \GV\Template_Context | The template context. |
See Also
wp_kses_allowed_html()- For allowed contexts.
Since
Source
- Defined in
templates/fields/field-textarea-html.phpat line 42 - Defined in
templates/deprecated/fields/textarea.phpat line 28