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

Filters a sanitized text field string.


Parameters

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

Top ↑

Source

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

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


Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.