Prioritized issue groups from the latest Plugin Check scan
Security
642
9 issue groups
Maintainability
400
14 issue groups
I18n
50
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addfile".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"$i\" selected=\"selected\">$i</option>\n"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $category_sql at "SELECT * FROM $wpdb->downloads WHERE $category_sql AND file_permission != -2 ORDER BY FROM_UNIXTIME(file_date) DESC LIMIT $limit"
Sample message
$_GET['by'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_FILES['file_upload']['name']
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "file_extension".
Sample message
The parameter "'Displayed After Paging In The Downloads Page'" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Instead do not pass the parameter.
Sample message
Unescaped parameter $category_sql used in $wpdb->get_results()\n$category_sql assigned unsafely at line 1208.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file_upload']['name']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Error In Adding File \'%s (%s)\''.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rss2_head".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $query_string
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-DownloadManager" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Sample message
wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.69.2
26
Latest
v1.69.1
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 1,101 | 593 | 508 | v1.69.2 | 2.0.0 |
| 25 | 1,115 | 607 | 508 | v1.69.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.