Block, manage, and monitor user accounts with temporary or permanent restrictions, custom messages, email notifications, and activity logs.
Prioritized issue groups from the latest Plugin Check scan
Security
282
12 issue groups
Maintainability
79
8 issue groups
I18n
54
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$badge_class'.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at FROM $table_name \r\n
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
$_GET['bua_bulk_result'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 104.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Detected usage of a non-sanitized input variable: $_GET['bua_export_nonce']
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d days, %d hours'.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['bua_export_nonce']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $placeholders
Sample message
Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 276.
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Processing form data without nonce verification.
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
Mismatched Requires at least: 6.5 != 5.0. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Sample message
Mismatched Requires PHP: 7.4 != 7.2. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
3 score snapshots
v2.0.1
36
Latest
v2.0.0
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 417 | 280 | 137 | v2.0.1 | 2.0.0 |
| 35 | 423 | 280 | 143 | v2.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.