| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$domainLang". | 63:1 | Plugin Repo |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralText | The $text parameter must be a single text string literal. Found: 'You can use multiple domains in your WordPress defining them below. '\n . 'It\'s possible to limit the access for each domain to a base URL.' | 2:14 | General |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$fields'. | 8:14 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 11:15 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 15:11 | Security |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralText | The $text parameter must be a single text string literal. Found: 'A domain may contain the port number. '\n . 'If a base URL restriction is set for a domain, '\n . 'all requests that don\'t start with the base URL will be redirected to the base URL. '\n . '<b>Example</b>: the domain and base URL are <code>example.com</code> and <code>/base/path</code>, '\n . 'when requesting <code>example.com/other/path</code> it will be redirected to '\n . '<code>example.com/base/path</code>. '\n . 'Additionaly, it\'s possible to set a language for each domain, which will be used to add '\n . '<code><link></code> tags with a <code>hreflang</code> attribute to the document head.' | 16:9 | General |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 17:11 | Security |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 20:11 | Security |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralText | The $text parameter must be a single text string literal. Found: 'When enabled, removes the port from URL when redirecting and it\'s a '\n . 'default HTTP (<code>80</code>) or HTTPS (<code>443</code>) port.' | 20:14 | General |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 33:11 | Security |
| 13.11.2025, 14:32:58 | 8s | 84 | 41 | 7 |