Prioritized issue groups from the latest Plugin Check scan
Maintainability
108
15 issue groups
Security
86
6 issue groups
I18n
36
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$analytics'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
A function call to esc_html__() 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
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Client".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$disabled".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "all_plugins".
Sample message
Sanitization missing for register_setting().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "APCU_CACHE_PREFIX".
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Use placeholders and $wpdb->prepare(); found $column
Sample message
Unexpected markdown file "HOOKS.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Unescaped parameter $table used in $wpdb->get_var()
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: "poo_switch_autoupdate_callback".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Not analyzed yet.
First score snapshot
v3.4.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 230 | 155 | 75 | v3.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.