If you wanna clean up a lot of fake or inactive user's registrations (usually made by spammers) by one operation - this tool will help you to do …
Prioritized issue groups from the latest Plugin Check scan
Security
349
10 issue groups
I18n
176
3 issue groups
Maintainability
96
11 issue groups
Repo Compliance
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 '"</td>\n<td align=\"left\">{$login}</td>"'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$UR".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['uid']. Check that the array index exists before using it.
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
Detected usage of a non-sanitized input variable: $_GET['uid']
Sample message
$_GET['uid'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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_results()\n$query assigned unsafely at line 130.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Processing form data without nonce verification.
Sample message
Found single-underscore "_()" function when double-underscore expected.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$user_id_to_delete} at "SELECT user_email FROM $wpdb->users WHERE ID = {$user_id_to_delete}"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
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: readfile().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Translatable string should not be wrapped in HTML. Found: '<p><b>No users are found.</b></p>'
Sample message
Tested up to: 6.5 < 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.
Potential connections found in static code analysis.
Outbound calls
16
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.65
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 623 | 453 | 170 | v1.65 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.