Prioritized issue groups from the latest Plugin Check scan
Security
6
3 issue groups
Maintainability
5
4 issue groups
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query used without escaping.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
phpinfo() can lead to full path disclosure.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Function "wp_doing_ajax()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
3 score snapshots
v6.72
83
Latest
v6.65
82
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 83 | 11 | 4 | 7 | v6.72 | 2.1.0 |
| 82 | 13 | 6 | 7 | v6.65 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.