Clean everything on your website easily!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
108
5 issue groups
I18n
53
5 issue groups
Security
48
9 issue groups
Repo Compliance
1
1 issue group
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
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 $data
Sample message
$_POST['ajax_slug'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$list[4]'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Unescaped parameter $data used in $wpdb->get_results()\n$data assigned unsafely at line 1318.
Sample message
Translatable string should not be wrapped in HTML. Found: '<strong>%d auto-draft(s)</strong>'
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $charset_collate at ) $charset_collate;"
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Attempting a database schema change is discouraged.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['lws_cleaner_delete_plugin_specific']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $lws_cl_table_name used in $wpdb->query()
Sample message
Detected usage of a non-sanitized input variable: $_POST['bulk-unignore']
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v2.4.5
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 210 | 81 | 129 | v2.4.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.