Escape single quotes, specialchar double quotes, and fix line endings.The filter ‘js_escape’ is also applied by esc_js()
2233
Continue readingEscape single quotes, specialchar double quotes, and fix line endings.The filter ‘js_escape’ is also applied by esc_js()
2233
Continue readingEscape single quotes, htmlspecialchar ” &, and fix line endings.Escapes text strings for echoing in JS. It is intended to be used for inline JS (in a tag attribute, for example onclick=”…”). Note that the strings have to be in single quotes. The filter ‘js_escape’ is also applied here.
1036
Continue reading