On this page
apply_filters( 'sanitize_text_field', string $filtered, string $str )
Filters a sanitized text field string.
Parameters
$filteredstring-
The sanitized string.
$strstring-
The string prior to being sanitized.
Source
File: wp-includes/formatting.php. View all references
return apply_filters( 'sanitize_text_field', $filtered, $str );
Related
Used By
| Used By | Description |
|---|---|
| sanitize_text_field() wp-includes/formatting.php | Sanitizes a string from user input or from the database. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/sanitize_text_field