Prioritized issue groups from the latest Plugin Check scan
Security
85
6 issue groups
Maintainability
61
3 issue groups
I18n
38
4 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['subpage']
Sample message
$_GET['subpage'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: $color
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$color".
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_attr_e().
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$hideCoordinatesKey]. Check that the array index exists before using it.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$key'.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Potential connections found in static code analysis.
Outbound calls
92
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
4 score snapshots
v8.1.5
40
Latest
v8.1.4
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 184 | 86 | 98 | v8.1.5 | 2.0.0 |
| 40 | 184 | 86 | 98 | v8.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.