5588*5589* @since 4.7.05590*5591* @param string$filtered The sanitized string.5592* @param string$str The string prior to being sanitized.5593*/5594returnapply_filters('sanitize_textarea_field',$filtered,$str);5595}55965597/**5598* Internal helper function to sanitize a string from user input or from the database.5599*5600* @since 4.7.0
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.