The "Classic Editor +" plugin disables the block editor, removes enqueued scripts/styles and brings back classic Widgets.
Category Scores
Top Issues by Category
security4
Issues Details
5 issues found in latest scan
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
$_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar
Function "unregister_block_pattern()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.SafeRedirect.wp_redirect_wp_redirect | WARNING | wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed. | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI'] | 1 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it. | 1 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_SERVER['REQUEST_URI'] not unslashed before sanitization. Use wp_unslash() or similar | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "unregister_block_pattern()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0. | 1 |
Latest Snapshot
Findings
5
Errors
1
Warnings
4
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.4.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.4.1
86
Latest
- Findings
- 5
- Errors
- 1
- Warnings
- 4
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 86 | 5 | 1 | 4 | v4.4.1 | 2.0.0 | 2026.06-mvp-static-v2 |