vip-scanner
vip-scanner copied to clipboard
Check for escaping l10n functions
Warn for uses of unescaped localisations such as __()
which should really be esc_html__()
instead.
See https://codex.wordpress.org/L10n
@gudmdharalds could you look into this?
Looking into this one.
This is also handled by the PHP_CodeSniffer WordPress.XSS.EscapeOutput
sniff.