4663*4664* @since 2.0.64665*4666* @param string$safe_text The text after it has been escaped.4667* @param string$text The text prior to being escaped.4668*/4669returnapply_filters('js_escape',$safe_text,$text);4670}46714672/**4673* Escaping forHTML blocks.4674*4675* @since 2.8.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.