Retroactively add Google Maps API KEY to any theme or plugin.
Category Scores
Top Issues by Category
i18n15
maintainability1
repo_compliance1
Issues Details
19 issues found in latest scan
Mismatched text domain. Expected 'api-key-for-google-maps' but got 'gmaps-api-key'.
Processing form data without nonce verification.
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GMAPIKEY_VERSION".
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
The "Text Domain" header in the plugin file does not match the slug. Found "gmaps-api-key", expected "api-key-for-google-maps".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'api-key-for-google-maps' but got 'gmaps-api-key'. | 13 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound | WARNING | load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GMAPIKEY_VERSION". | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| textdomain_mismatch | WARNING | The "Text Domain" header in the plugin file does not match the slug. Found "gmaps-api-key", expected "api-key-for-google-maps". | 1 |
Latest Snapshot
Findings
19
Errors
14
Warnings
5
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.2.15 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.2.15
94
Latest
- Findings
- 19
- Errors
- 14
- Warnings
- 5
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 94 | 19 | 14 | 5 | v1.2.15 | 2.0.0 | 2026.06-mvp-static-v2 |