WPS Cleaner cleans your WordPress site as well as your database.
Prioritized issue groups from the latest Plugin Check scan
Security
629
12 issue groups
Maintainability
203
9 issue groups
I18n
72
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action_url'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Detected usage of a non-sanitized input variable: $_POST['action']
Sample message
$_POST['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['attachment_id']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
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
Use placeholders and $wpdb->prepare(); found $db_table
Sample message
Mismatched text domain. Expected 'wps-cleaner' but got 'wps-limit-login'.
Sample message
Unescaped parameter $db_table used in $wpdb->get_results()\n$db_table assigned unsafely at line 122.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Function "delete_network_option()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.2.0.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Total found: %s Comments and %s Comment Meta.'.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WPS Cleaner" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $blog_id at "SELECT media_id FROM {$db_table->get_table_name()} WHERE type = 'whitelist' AND blog_id = $blog_id AND object_id = '0'"
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Not analyzed yet.
First score snapshot
v1.6.10.2
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 921 | 430 | 491 | v1.6.10.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.