Effortlessly bulk delete comments or delete all comments from your WordPress site. Manage comments by type, post, or category with one-click cleanup o …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
47
3 issue groups
Security
24
8 issue groups
Repo Compliance
3
3 issue groups
I18n
2
2 issue groups
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['catid']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $format at "SELECT * FROM {$wpdb->prefix}comments where comment_post_ID IN($format) and comment_approved='0'"
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Detected usage of a non-sanitized input variable: $_POST['dac_comments']
Sample message
$_POST['dac_comments'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
Missing $domain parameter in function call to _e().
Sample message
The $text parameter must be a single text string literal. Found: $html
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Potential connections found in static code analysis.
Outbound calls
0
External assets
0
Incoming endpoints
0
No external domains or incoming endpoints detected.
2 score snapshots
v2.5
41
Latest
v2.4
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 76 | 15 | 61 | v2.5 | 2.0.0 |
| 40 | 77 | 16 | 61 | v2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.