4681*4682* @since 2.8.04683*4684* @param string$safe_text The text after it has been escaped.4685* @param string$text The text prior to being escaped.4686*/4687returnapply_filters('esc_html',$safe_text,$text);4688}46894690/**4691* Escaping forHTML attributes.4692*4693* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.