Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all plugins that extend this screen.
Category Scores
Top Issues by Category
security18
maintainability4
Issues Details
24 issues found in latest scan
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
$_POST['_wp_http_referer'] not unslashed before sanitization. Use wp_unslash() or similar
Function "add_allowed_options()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$clear'.
add_option_whitelist() has been deprecated since WordPress version 5.5.0. Use add_allowed_options() instead.
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'. | 13 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['_wp_http_referer'] not unslashed before sanitization. Use wp_unslash() or similar | 4 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "add_allowed_options()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0. | 3 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$clear'. | 1 |
| WordPress.WP.DeprecatedFunctions.add_option_whitelistFound | WARNING | add_option_whitelist() has been deprecated since WordPress version 5.5.0. Use add_allowed_options() instead. | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| readme_reserved_contributors | WARNING | The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg" | 1 |
Latest Snapshot
Findings
24
Errors
17
Warnings
7
Score History
First score snapshot
First scan completed Jun 19, 2026
v1.7.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 19, 2026
v1.7.0
63
Latest
- Findings
- 24
- Errors
- 17
- Warnings
- 7
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 19, 2026Latest | 63 | 24 | 17 | 7 | v1.7.0 | 2.0.0 | 2026.06-mvp-static-v2 |