THIS IS FORMER WORDPRESS FILE UPLOAD PLUGIN. Simple yet powerful plugin to allow users to upload files from any page, post or sidebar and manage them.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,200
16 issue groups
Security
548
7 issue groups
I18n
56
2 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WFU_FUNCTION_HOOK".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ABSWPFILEUPLOAD_DIR".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
$_COOKIE[$var] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: ""wfu_debug-".$function".
Sample message
Use placeholders and $wpdb->prepare(); found $basic_query
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
Unescaped parameter $table_name1 used in $wpdb->get_results()
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
Function "add_screen_option()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$var]
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WFU_BATCH_PATHS".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $items at "DELETE FROM $table_name1 WHERE option_id IN ($items)"
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Unescaped parameter $page used in $wpdb->get_results()\n$page assigned unsafely at line 51.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'File moved to %s by user %s'.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WFU_Original_Template".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
75
External assets
0
Incoming endpoints
28
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
9 more hidden
3 score snapshots
v5.1.10
25
Latest
v5.1.9
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,854 | 517 | 1,337 | v5.1.10 | 2.0.0 |
| 25 | 1,855 | 517 | 1,338 | v5.1.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.