4805*4806* @since 3.1.04807*4808* @param string$safe_text The text after it has been escaped.4809* @param string$text The text prior to being escaped.4810*/4811returnapply_filters('esc_textarea',$safe_text,$text);4812}48134814/**4815* Escaping forXML blocks.4816*4817* @since 5.5.0
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.