A simple and easy way to test your theme for all the latest WordPress standards and practices. A great theme development tool!
Category Scores
Top Issues by Category
maintainability62
security12
Issues Details
149 issues found in latest scan
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_POST['themename']
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Tested up to: 6.4 < 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.
Function "wp_raise_memory_limit()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.7.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 73 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 61 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 6 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 4 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['themename'] | 2 |
| no_license | ERROR | Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.4 < 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 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_raise_memory_limit()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.7.0. | 1 |
Latest Snapshot
Findings
149
Errors
143
Warnings
6
Score History
First score snapshot
First scan completed Jun 20, 2026
v20231220 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v20231220
67
Latest
- Findings
- 149
- Errors
- 143
- Warnings
- 6
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 67 | 149 | 143 | 6 | v20231220 | 2.0.0 | 2026.06-mvp-static-v2 |