Go to the source code of this file.
◆ $allowed_html
| $allowed_html = apply_filters( 'gravityview/fields/textarea/allowed_kses', 'post' ) |
- Runs Filter:
gravityview/fields/textarea/allowed_kses Allow the following HTML tags and strip everything else.
- Since
- 1.21.5.1
- See also
- $allowedposttags global in kses.php for an example of the format for passing an array of allowed tags and atts
-
wp_kses_allowed_html() For allowed contexts
- Parameters
-
| array | string | $allowed_html | 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'] |
Definition at line 27 of file textarea.php.
◆ $gravityview_view
◆ $value
| $value = wp_kses( $value, $allowed_html ) |
◆ if
| if (!empty($field_settings[ 'trim_words'])) if (!empty($field_settings[ 'make_clickable'])) if(! empty( $field_settings['new_window'])) |