5607*5608* @since 4.7.05609*5610* @param string$filtered The sanitized string.5611* @param string$str The string prior to being sanitized.5612*/5613returnapply_filters('sanitize_textarea_field',$filtered,$str);5614}56155616/**5617* Internal helper function to sanitize a string from user input or from the database.5618*5619* @since 4.7.0
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.