4743*4744* @since 3.1.04745*4746* @param string$safe_text The text after it has been escaped.4747* @param string$text The text prior to being escaped.4748*/4749returnapply_filters('esc_textarea',$safe_text,$text);4750}47514752/**4753* Escaping forXML blocks.4754*4755* @since 5.5.0
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.