4734*4735* @since 3.1.04736*4737* @param string$safe_text The text after it has been escaped.4738* @param string$text The text prior to being escaped.4739*/4740returnapply_filters('esc_textarea',$safe_text,$text);4741}47424743/**4744* Escaping forXML blocks.4745*4746* @since 5.5.0
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.