wordpress / latest / hooks / sanitize_textarea_field.html

apply_filters( 'sanitize_textarea_field', string $filtered, string $str )

Filters a sanitized textarea field string.

Parameters

$filtered string
The sanitized string.
$str string
The string prior to being sanitized.

Source

File: wp-includes/formatting.php. View all references

return apply_filters( 'sanitize_textarea_field', $filtered, $str );

Used By

Used By Description

Changelog

Version Description
4.7.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/sanitize_textarea_field