Automatically downgrad or update to any WordPress version you want directly from the backend.
Category Scores
Top Issues by Category
maintainability5
repo_compliance2
Issues Details
18 issues found in latest scan
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
The plugin name includes a restricted term. Your chosen plugin name - "WP Downgrade | Specific Core Version" - contains the restricted term "wp" which cannot be used at all in your plugin name.
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_wpdowngrade_settings".
Tested up to: 6.2 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
One or more tags were ignored. Please limit your plugin to 5 tags.
Function "submit_button()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 10 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WP Downgrade | Specific Core Version" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "register_wpdowngrade_settings". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.2 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "submit_button()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1. | 1 |
Latest Snapshot
Findings
18
Errors
12
Warnings
6
Score History
First score snapshot
First scan completed Jun 19, 2026
v1.2.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v1.2.6
78
Latest
- Findings
- 18
- Errors
- 12
- Warnings
- 6
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 78 | 18 | 12 | 6 | v1.2.6 | 2.0.0 | 2026.06-mvp-static-v2 |