Prioritized issue groups from the latest Plugin Check scan
Maintainability
190
15 issue groups
Security
144
9 issue groups
I18n
2
1 issue group
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$added".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['managerforicomoon-zip']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ex'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_POST['managerforicomoon-zip_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
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 $sql
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['managerforicomoon-zip']['tmp_name']. Check that the array index exists before using it.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 513.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.7.4.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
error_log() found. Debug code should not normally be used in production.
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: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Potential connections found in static code analysis.
Outbound calls
10
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v3.0
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 338 | 270 | 68 | v3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.