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
617
18 issue groups
Security
473
6 issue groups
I18n
22
1 issue group
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['content']['tmp_name']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$access_folder".
Sample message
File and folder names must not contain spaces or special characters.
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: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Mismatched text domain. Expected 'wp-file-manager' but got 'te-editor'.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Detected production-time change to PHP error reporting: error_reporting().
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The use of function ini_set() is discouraged
Potential connections found in static code analysis.
Outbound calls
284
External assets
4
Incoming endpoints
12
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v8.0.6
22
Latest
v8.0.5
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,341 | 775 | 566 | v8.0.6 | 2.1.0 |
| 22 | 1,331 | 768 | 563 | v8.0.5 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.