Imports a Tumblr blog into a WordPress blog.
Category Scores
Top Issues by Category
maintainability10
repo_compliance4
Issues Details
16 issues found in latest scan
Function "wp_unslash()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.2.0.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "import_end".
Processing form data without nonce verification.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_IMPORTING".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$class_wp_importer".
rand() is discouraged. Use the far less predictable wp_rand() instead.
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Tested up to: 6.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.
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
| Code | Type | Message | Count |
|---|---|---|---|
| wp_function_not_compatible_with_requires_wp | ERROR | Function "wp_unslash()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.2.0. | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "import_end". | 2 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_IMPORTING". | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$class_wp_importer". | 1 |
| WordPress.WP.AlternativeFunctions.rand_rand | ERROR | rand() is discouraged. Use the far less predictable wp_rand() instead. | 1 |
| license_mismatch | ERROR | Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier. | 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.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_no_short_description_present | WARNING | The "Short Description" section is missing. An excerpt was generated from your main plugin description. | 1 |
| readme_reserved_contributors | WARNING | The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg" | 1 |
Latest Snapshot
Findings
16
Errors
7
Warnings
9
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.2
91
Latest
- Findings
- 16
- Errors
- 7
- 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 | 91 | 16 | 7 | 9 | v1.2 | 2.0.0 | 2026.06-mvp-static-v2 |