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
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
18
3 issue groups
Maintainability
4
2 issue groups
Repo Compliance
2
2 issue groups
ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
WARNINGSecurityMissing Unslash$_POST['_wp_http_referer'] not unslashed before sanitization. Use wp_unslash() or similar4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
$_POST['_wp_http_referer'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitywp function not compatible with requires wpFunction "add_allowed_options()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
Function "add_allowed_options()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.9.0.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$clear'.1
- Category
- Security
- Occurrences
- 1
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$clear'.
WARNINGMaintainabilityadd option whitelist Foundadd_option_whitelist() has been deprecated since WordPress version 5.5.0. Use add_allowed_options() instead.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
add_option_whitelist() has been deprecated since WordPress version 5.5.0. Use add_allowed_options() instead.
WARNINGRepo Complianceplugin header nonexistent domain pathThe "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
WARNINGRepo Compliancereadme reserved contributorsThe "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
Score History
First score snapshot
v1.7.0
63
Latest
- Findings
- 24
- Errors
- 17
- Warnings
- 7
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 63 | 24 | 17 | 7 | v1.7.0 | 2.0.0 |