WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about sanitize_textarea_field

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 5464 /**
* Filters a sanitized textarea field string.
*
* @since 4.7.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.