User-friendly tool to clean and optimize databases. Efficiently manages large databases, simplifying repair and ensuring peak performance.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
255
12 issue groups
Security
123
10 issue groups
I18n
33
3 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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Count query for $item not found."'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $limit_clause at \t\t\t$limit_clause\n
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 235.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Mismatched text domain. Expected 'database-cleaner' but got 'media-cleaner'.
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '_oembed_%'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowKit_DBCLNR_Admin".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Replacement variables found, but no valid placeholders found in the query.
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: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Attempting a database schema change is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$nonce'.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of meta_key, possible slow query.
Potential connections found in static code analysis.
Outbound calls
53
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v1.3.9
28
Latest
v1.3.8
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 433 | 139 | 294 | v1.3.9 | 2.0.0 |
| 28 | 434 | 137 | 297 | v1.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.