4637*4638* @since 2.0.64639*4640* @param string$safe_text The text after it has been escaped.4641* @param string$text The text prior to being escaped.4642*/4643returnapply_filters('js_escape',$safe_text,$text);4644}46454646/**4647* Escaping forHTML blocks.4648*4649* @since 2.8.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.