4662*4663* @since 2.8.04664*4665* @param string$safe_text The text after it has been escaped.4666* @param string$text The text prior to being escaped.4667*/4668returnapply_filters('esc_html',$safe_text,$text);4669}46704671/**4672* Escaping forHTML attributes.4673*4674* @since 2.8.0
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.