Prioritized issue groups from the latest Plugin Check scan
Maintainability
41
10 issue groups
Security
10
5 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allowed_domains".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Processing form data without nonce verification.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'str_replace'.
Sample message
$_GET['url'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "include_pdfjs_media_button_js_file".
Sample message
Detected usage of a non-sanitized input variable: $_GET['v']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
Application files are not permitted.
Sample message
Plugin name "PDF.js Viewer" is different from the name declared in plugin header "PDFjs Viewer - Embed PDFs".
Sample message
Unexpected markdown file "DEVELOPER.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Not analyzed yet.
First score snapshot
v3.1.1
69
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 69 | 52 | 14 | 38 | v3.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.