4727*4728* @since 3.1.04729*4730* @param string$safe_text The text after it has been escaped.4731* @param string$text The text prior to being escaped.4732*/4733returnapply_filters('esc_textarea',$safe_text,$text);4734}47354736/**4737* Escaping forXML blocks.4738*4739* @since 5.5.0
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.