apply_filters( 'sanitize_text_field', string $filtered , string $str )
Filters a sanitized text field string.
Parameters
- $filtered
-
The sanitized string.
- $str
-
The string prior to being sanitized.
Source
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |