Enable readers to attach an image to their comments.
Prioritized issue groups from the latest Plugin Check scan
Security
24
7 issue groups
Maintainability
14
6 issue groups
Repo Compliance
3
3 issue groups
I18n
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$i'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$default_options".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$field]['name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$field]['tmp_name']
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Mismatched text domain. Expected 'comment-image' but got 'comment-notifier'.
Sample message
Tested up to: 5.8 < 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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
12
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.2.3
44
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 44 | 42 | 19 | 23 | v1.2.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.