4759*4760* @since 2.8.04761*4762* @param string$safe_text The text after it has been escaped.4763* @param string$text The text prior to being escaped.4764*/4765returnapply_filters('esc_html',$safe_text,$text);4766}47674768/**4769* Escaping forHTML attributes.4770*4771* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.