Download any plugin from your WordPress admin panel's Plugins page by just one click! Now, download themes, users, blog posts, pages, custom post …
Prioritized issue groups from the latest Plugin Check scan
Security
113
6 issue groups
Maintainability
48
18 issue groups
I18n
9
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$i'.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['dpwap_locFiles']['name']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['dpwap_locFiles']['tmp_name'][$i]
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'download-plugin' but got ' download-plugin'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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: mkdir().
Sample message
The use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Download Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_download_button_to_comment_row".
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: readfile().
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
The use of function move_uploaded_file() is forbidden
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DS".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$max_size_upload".
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: fsockopen().
Sample message
Found usage of constant "PLUGINDIR". Use WP_PLUGIN_DIR instead.
Potential connections found in static code analysis.
Outbound calls
27
External assets
2
Incoming endpoints
6
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.4.6
31
Latest
v2.4.5
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 180 | 78 | 102 | v2.4.6 | 2.0.0 |
| 31 | 180 | 78 | 102 | v2.4.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.