Easily upgrade your themes and plugins using zip files without removing the theme or plugin first.
Category Scores
Top Issues by Category
maintainability31
i18n16
Issues Details
49 issues found in latest scan
rand() is discouraged. Use the far less predictable wp_rand() instead.
error_reporting() can lead to full path disclosure.
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;
The plugin name includes a restricted term. Your chosen plugin name - "Easy Theme and Plugin Upgrades" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Tested up to: 5.7 < 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. The following tags are not permitted: "plugin", "wordpress"
| Code | Type | Message | Count |
|---|---|---|---|
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function ini_set() is discouraged | 12 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 12 |
| WordPress.WP.AlternativeFunctions.rand_rand | ERROR | rand() is discouraged. Use the far less predictable wp_rand() instead. | 8 |
| WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting | WARNING | error_reporting() can lead to full path disclosure. | 4 |
| 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. | 4 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 4 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Easy Theme and Plugin Upgrades" - contains the restricted term "plugin" which cannot be used at all in your plugin name. | 3 |
| outdated_tested_upto_header | ERROR | Tested up to: 5.7 < 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_ignored_tags | WARNING | One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress" | 1 |
Latest Snapshot
Findings
49
Errors
29
Warnings
20
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.0.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.0.2
94
Latest
- Findings
- 49
- Errors
- 29
- Warnings
- 20
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 94 | 49 | 29 | 20 | v2.0.2 | 2.0.0 | 2026.06-mvp-static-v2 |