Imports posts, images, comments, and categories (blogger tags) from a Blogger blog then migrates authors to WordPress users.
Prioritized issue groups from the latest Plugin Check scan
Security
44
8 issue groups
Maintainability
31
12 issue groups
I18n
4
2 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$n'.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blogopt".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BloggerEntry".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "import_allow_create_users".
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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_POST['imported_authors']
Sample message
$_POST['imported_authors'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The use of function set_time_limit() is discouraged
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "IMPORT_DEBUG".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['import_id']. Check that the array index exists before using it.
Sample message
screen_icon() has been deprecated since WordPress version 3.8.0.
Sample message
Missing $domain parameter in function call to __().
Sample message
Tested up to: 6.6 < 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.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg"
Sample message
Check for WP_UNINSTALL_PLUGIN constant missing.
Not analyzed yet.
First score snapshot
v0.9.3
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 83 | 44 | 39 | v0.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.