Prioritized issue groups from the latest Plugin Check scan
Security
41
4 issue groups
Maintainability
16
7 issue groups
Repo Compliance
2
2 issue groups
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['active']. Check that the array index exists before using it.
Sample message
$_POST['active'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['active']
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Plugin name "Remove admin menus by role" is different from the name declared in plugin header "Remove admin menus by roles".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The "Network" header in the plugin file is not valid. Can only be set to true, and should be left out when not needed.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v1.38
57
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 57 | 59 | 5 | 54 | v1.38 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.