4672*4673* @since 2.0.64674*4675* @param string$safe_text The text after it has been escaped.4676* @param string$text The text prior to being escaped.4677*/4678returnapply_filters('js_escape',$safe_text,$text);4679}46804681/**4682* Escaping forHTML blocks.4683*4684* @since 2.8.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.