Prioritized issue groups from the latest Plugin Check scan
Security
119
8 issue groups
Maintainability
29
12 issue groups
Repo Compliance
4
4 issue groups
I18n
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='$value' "'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['planyo_cart_id']
Sample message
$_COOKIE['planyo_cart_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Function "register_setting()" requires WordPress 2.7.0, but your plugin minimum supported version is WordPress 2.5.0.
Sample message
Sanitization missing for register_setting().
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_USER_AGENT']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_client_ip".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "USE_SANDBOX".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$header_written".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Missing $domain parameter in function call to _e().
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Donate link" header in the readme file must be a valid URL.
Potential connections found in static code analysis.
Outbound calls
15
External assets
3
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v3.1
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 154 | 64 | 90 | v3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.