A File & Folder Viewer for FTP folders, enabling the display of library contents (folders & files) on the front-end.
Prioritized issue groups from the latest Plugin Check scan
Security
81
6 issue groups
Maintainability
72
8 issue groups
I18n
5
4 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "lv_after_$method".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='notice notice-error'><p>The <b>$deprecated_hook</b> hook is deprecated from <b>$this->version_deprecation</b> . Please replace it with <b>$new_hook</b>. View <a target='_blank' href='$LIBRARY_VIEWER_DOCUMENTATION_URL'>Documentation</a> for more details.</p></div>"'.
Sample message
Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$dir_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET[$dir_name]
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
File contains UTF-8 byte order mark, which may corrupt your application
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Sample message
The $text parameter must be a single text string literal. Found: __('Default: %s. Paste the shortcode you want to use, exactly as you would in frontend pages.', 'library-viewer')
Sample message
Mismatched text domain. Expected 'library-viewer' but got 'library-viewer-for-woocommerce'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
15
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v3.3.1
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 158 | 65 | 93 | v3.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.