wpseek.com
A WordPress-centric search engine for devs and theme authors
js_escape › WordPress Filter Hooks
Since2.0.6
Deprecatedn/a
› apply_filters( 'js_escape', $safe_text, $text )
| Parameters: (2) |
|
| Defined at: |
|
| Codex: |
Filters a string cleaned and escaped for output in JavaScript.
Text passed to esc_js() is stripped of invalid or special characters, and properly slashed for output.