4708*4709* @since 3.1.04710*4711* @param string$safe_text The text after it has been escaped.4712* @param string$text The text prior to being escaped.4713*/4714returnapply_filters('esc_textarea',$safe_text,$text);4715}47164717/**4718* Escaping forXML blocks.4719*4720* @since 5.5.0
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.