4688*4689* @since 2.8.04690*4691* @param string$safe_text The text after it has been escaped.4692* @param string$text The text prior to being escaped.4693*/4694returnapply_filters('esc_html',$safe_text,$text);4695}46964697/**4698* Escaping forHTML attributes.4699*4700* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.