Rename filenames and media metadata for SEO and tidiness. Using AI, manually, in bulk, or in so many other ways!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
132
13 issue groups
Security
123
10 issue groups
I18n
31
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 interpolated variable $havingSql at $havingSql\n
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Use placeholders and $wpdb->prepare(); found $ids_to_update
Sample message
Unescaped parameter $id used in $wpdb->get_row()\n$id assigned unsafely at line 268.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%d'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowKit_MFRH_Admin".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$formattedString'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['page'] 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
Detected usage of a non-sanitized input variable: $_GET["page"]
Sample message
Mismatched text domain. Expected 'media-file-renamer' but got 'meowapps'.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$clean_uninstall".
Sample message
error_log() found. Debug code should not normally be used in production.
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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
51
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
5 score snapshots
v6.3.0
26
Latest
v6.2.9
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 318 | 154 | 164 | v6.3.0 | 2.0.0 |
| 25 | 319 | 154 | 165 | v6.2.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.