4784*4785* @since 2.0.64786*4787* @param string$safe_text The text after it has been escaped.4788* @param string$text The text prior to being escaped.4789*/4790returnapply_filters('attribute_escape',$safe_text,$text);4791}47924793/**4794* Escaping for textarea values.4795*4796* @since 3.1.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.