4656*4657* @since 2.0.64658*4659* @param string$safe_text The text after it has been escaped.4660* @param string$text The text prior to being escaped.4661*/4662returnapply_filters('js_escape',$safe_text,$text);4663}46644665/**4666* Escaping forHTML blocks.4667*4668* @since 2.8.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.