WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about sanitize_text_field

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 5436 /**
* Filters a sanitized text field string.
*
* @since 2.9.0
*
* @param string $filtered The sanitized string.
* @param string $str The string prior to being sanitized.
*/

Hook Parameters

Parameter Type Name Description
string $filtered The sanitized string.
string $str The string prior to being sanitized.