file manager provides you ability to edit, delete, upload, download, copy and paste files and folders.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
566
17 issue groups
Security
489
8 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
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$access_folder".
Sample message
Processing form data without nonce verification.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['content']['tmp_name']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$access_folder'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['content']['tmp_name']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
error_reporting() can lead to full path disclosure.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Use of a direct database call is discouraged.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$err'.
Sample message
Processing form data without nonce verification.
Not analyzed yet.
First score snapshot
v8.0.4
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,260 | 740 | 520 | v8.0.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.