4687*4688* @since 2.0.64689*4690* @param string$safe_text The text after it has been escaped.4691* @param string$text The text prior to being escaped.4692*/4693returnapply_filters('attribute_escape',$safe_text,$text);4694}46954696/**4697* Escaping for textarea values.4698*4699* @since 3.1.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.