Making internationalization/localization in WordPress faster than ever before.
Category Scores
Top Issues by Category
maintainability13
Issues Details
14 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$file_contents".
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$file_contents". | 8 |
| WordPress.WP.AlternativeFunctions.file_system_operations_is_writable | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable(). | 2 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fclose | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose(). | 1 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fopen | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen(). | 1 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fread | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread(). | 1 |
| readme_reserved_contributors | WARNING | The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg" | 1 |
Latest Snapshot
Findings
14
Errors
5
Warnings
9
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.2.0
97
Latest
- Findings
- 14
- Errors
- 5
- Warnings
- 9
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 97 | 14 | 5 | 9 | v1.2.0 | 2.0.0 | 2026.06-mvp-static-v2 |