5623*5624* @since 4.7.05625*5626* @param string$filtered The sanitized string.5627* @param string$str The string prior to being sanitized.5628*/5629returnapply_filters('sanitize_textarea_field',$filtered,$str);5630}56315632/**5633* Internal helper function to sanitize a string from user input or from the database.5634*5635* @since 4.7.0
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.