Add any extension of your choosing (e.g. .html, .htm, .jsp, .aspx, .cfm) to WordPress pages.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | no_stable_tag | Invalid or missing Stable Tag. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org. | — | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$wp_rewrite'. | 156:108 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input class='textbox' type='text' name='aaetp_extension' id='aaetp_extension' value='$aaetp_extension' />"'. | 170:30 | Security |
| ERROR | invalid_tested_upto_minor | Tested up to: 6.8.1 The version number should only include major versions 6.8. | — | Plugin Repo |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_REQUEST['plugin'] not unslashed before sanitization. Use wp_unslash() or similar | 64:46 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_REQUEST['plugin'] | 64:46 | Security |
| WARNING | WordPress.WP.EnqueuedResourceParameters.MissingVersion | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 138:5 | Performance |
| WARNING | WordPress.Security.NonceVerification.Recommended | Processing form data without nonce verification. | 43:46 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_SERVER["REQUEST_URI"]. Use isset() or empty() to check the index exists before using it | 158:51 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_SERVER["REQUEST_URI"] not unslashed before sanitization. Use wp_unslash() or similar | 158:51 | Security |
| 14.11.2025, 19:55:19 | 10s | 96 | 4 | 10 |