Import attachments from another WordPress blog using a WXR file.
Prioritized issue groups from the latest Plugin Check scan
Security
73
5 issue groups
Maintainability
17
8 issue groups
I18n
7
1 issue group
Repo Compliance
3
3 issue groups
Sample message
Detected usage of a non-sanitized input variable: $_POST['author1']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['author1']. Check that the array index exists before using it.
Sample message
$_POST['author1'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "backfill_attachment_urls".
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
wp_get_http() has been deprecated since WordPress version 4.4.0. Use the WP_Http class instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
The parameter "0" at position #2 of wp_upload_bits() has been deprecated since WordPress version 2.0.0. Instead do not pass the parameter.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 4.0 < 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
One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress"
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Function "submit_button()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Not analyzed yet.
First score snapshot
v0.6.0
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 100 | 24 | 76 | v0.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.