Prioritized issue groups from the latest Plugin Check scan
Maintainability
20
8 issue groups
Security
15
5 issue groups
I18n
3
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$chunk'.
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
Unescaped parameter $query used in $wpdb->get_col()\n$query used without escaping.
Sample message
Function "get_main_site_id()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Detected usage of a non-sanitized input variable: $_GET['bv_deactivation_assets']
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
The use of function ini_set() is discouraged
Sample message
phpinfo() can lead to full path disclosure.
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
Detected usage of a possibly undefined superglobal array index: $_SERVER["SERVER_ADDR"]. Check that the array index exists before using it.
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
Use of the "translate()" function is reserved for low-level API usage.
Not analyzed yet.
First score snapshot
v5.88
62
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 62 | 38 | 15 | 23 | v5.88 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.