4697*4698* @since 2.8.04699*4700* @param string$safe_text The text after it has been escaped.4701* @param string$text The text prior to being escaped.4702*/4703returnapply_filters('esc_html',$safe_text,$text);4704}47054706/**4707* Escaping forHTML attributes.4708*4709* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.