4734*4735* @since 2.0.64736*4737* @param string$safe_text The text after it has been escaped.4738* @param string$text The text prior to being escaped.4739*/4740returnapply_filters('js_escape',$safe_text,$text);4741}47424743/**4744* Escaping forHTML blocks.4745*4746* @since 2.8.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.