Easily upload any type of content without the need for FTP. You can even upload plugin and theme archives, and the files will be extracted for you.
Prioritized issue groups from the latest Plugin Check scan
Security
127
7 issue groups
Maintainability
111
14 issue groups
I18n
71
4 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->_var
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"PEAR constructor called, class=$classname\n"'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$name]['error']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$name]['error']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_PEAR_SHUTDOWN_REGISTERED".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_POST[$this->_var] 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
trigger_error() found. Debug code should not normally be used in production.
Sample message
The use of function dl() is discouraged
Sample message
The use of function eval() is forbidden
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "OS_UNIX".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MIME_Type".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_PEAR_call_destructors".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Easy Uploader" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Function "path_join()" requires WordPress 2.5.0, but your plugin minimum supported version is WordPress 2.2.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_handle_upload".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
The parameter "$this->_pluginRelativePath . '/lang'" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Instead do not pass the parameter.
Sample message
Missing $domain parameter in function call to __().
Potential connections found in static code analysis.
Outbound calls
127
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.0.11
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 315 | 202 | 113 | v1.0.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.