5689*5690* @since 4.7.05691*5692* @param string$filtered The sanitized string.5693* @param string$str The string prior to being sanitized.5694*/5695returnapply_filters('sanitize_textarea_field',$filtered,$str);5696}56975698/**5699* Internal helper function to sanitize a string from user input or from the database.5700*5701* @since 4.7.0
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.