Top Issues by Category
i18n51
maintainability6
Issues Details
60 issues found in latest scan
Mismatched text domain. Expected 'options-importer' but got 'wordpress-importer'.
The plugin name includes a restricted term. Your chosen plugin name - "WP Options Importer" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 3.8.0.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Options_Importer".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Tested up to: 6.1 < 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.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
One or more tags were ignored. Please limit your plugin to 5 tags.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'options-importer' but got 'wordpress-importer'. | 48 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to esc_html_e(). | 3 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WP Options Importer" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 2 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 3.8.0. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Options_Importer". | 1 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.1 < 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 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
Latest Snapshot
Findings
60
Errors
56
Warnings
4
Score History
First score snapshot
First scan completed Jun 21, 2026
v7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 21, 2026
v7
96
Latest
- Findings
- 60
- Errors
- 56
- Warnings
- 4
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 21, 2026Latest | 96 | 60 | 56 | 4 | v7 | 2.0.0 | 2026.06-mvp-static-v2 |