Iptanus File Upload

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.

v5.1.7nickbossUpdated 2025-12-20Added Dec 9, 201310k+ installs88% rating0% support resolved
24
Score
509
Errors
1,325
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability0

Top Issues by Category

maintainability1,189
security539
i18n55

Issues Details

1,834 issues found in latest scan

WARNING465
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WFU_FUNCTION_HOOK".

WARNING280
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ABSWPFILEUPLOAD_DIR".

ERROR205
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.

WARNING120
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$var] not unslashed before sanitization. Use wp_unslash() or similar

WARNING105
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: ""wfu_debug-".$function".

ERROR98
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $data

WARNING83
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING74
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR47
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING46
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table_name1 used in $wpdb->get_results()\n$table_name1 assigned unsafely at line 306.

ERROR39
wp_function_not_compatible_with_requires_wp

Function "add_screen_option()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.

WARNING37
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$var]

WARNING34
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WFU_BATCH_PATHS".

ERROR32
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING21
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $items at "DELETE FROM $table_name1 WHERE option_id IN ($items)"

ERROR17
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING14
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

ERROR12
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $page used in $wpdb->get_results()\n$page assigned unsafely at line 51.

ERROR12
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

WARNING9
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

ERROR8
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR8
WordPress.WP.I18n.UnorderedPlaceholdersText

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'.

WARNING7
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WFU_Original_Template".

ERROR5
WordPress.WP.AlternativeFunctions.rand_mt_rand

mt_rand() is discouraged. Use the far less predictable wp_rand() instead.

Latest Snapshot

Findings

1,834

Errors

509

Warnings

1,325

Score History

First score snapshot

First scan completed Jun 20, 2026

v5.1.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v5.1.7

24

Latest

Findings
1,834
Errors
509
Warnings
1,325
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins