5614*5615* @since 4.7.05616*5617* @param string$filtered The sanitized string.5618* @param string$str The string prior to being sanitized.5619*/5620returnapply_filters('sanitize_textarea_field',$filtered,$str);5621}56225623/**5624* Internal helper function to sanitize a string from user input or from the database.5625*5626* @since 4.7.0
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.