4722*4723* @since 2.0.64724*4725* @param string$safe_text The text after it has been escaped.4726* @param string$text The text prior to being escaped.4727*/4728returnapply_filters('attribute_escape',$safe_text,$text);4729}47304731/**4732* Escaping for textarea values.4733*4734* @since 3.1.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.