Multilingual/Globalization: URL-based multilanguage with an easy translation interface.
Category Scores
Top Issues by Category
maintainability85
repo_compliance1
Issues Details
86 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_GET_wpglobus".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "enter_title_here".
The plugin name includes a restricted term. Your chosen plugin name - "WPGlobus" - contains the restricted term "wp" which cannot be used at all in your plugin name.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "icl_xml2array".
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Tested up to: 6.9 < 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.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_GET_wpglobus". | 73 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "enter_title_here". | 5 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WPGlobus" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "icl_xml2array". | 1 |
| missing_composer_json_file | WARNING | The "/vendor" directory using composer exists, but "composer.json" file is missing. | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 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 |
Latest Snapshot
Findings
86
Errors
3
Warnings
83
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.0.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.0.2
95
Latest
- Findings
- 86
- Errors
- 3
- Warnings
- 83
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 95 | 86 | 3 | 83 | v3.0.2 | 2.0.0 | 2026.06-mvp-static-v2 |