Import WP, a simple, fast and powerful XML and CSV import solution, Making it easy to import posts, pages, categories, tags, users and attachments.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
469
18 issue groups
Security
295
5 issue groups
I18n
64
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$algo is not a supported algorithm"'.
Sample message
Function "add_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'iwp/exporter_record/' . $this->_mapper_type".
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $id
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__composer_autoload_files".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"CINFO above 7 is not allowed ($cinfo)"'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The "iwp/exporter/comment" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
Attempting a database schema change is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "sprintf('iwp/exporter/%d/comment_query', $exporter_id)".
Sample message
Unescaped parameter $or_query used in $wpdb->get_results()\n$or_query assigned unsafely at line 182.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "import_wp".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Import WP v%s is incompatable with Import WP PRO v%s and below.'.
Sample message
The use of function eval() is forbidden
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
The use of function ini_set() is discouraged
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EWP_POST_TYPE".
Sample message
Detected usage of a non-sanitized input variable: $_ENV['SSH_AUTH_SOCK']
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v2.14.23
23
Latest
v2.14.22
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 903 | 579 | 324 | v2.14.23 | 2.0.0 |
| 22 | 910 | 580 | 330 | v2.14.22 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.