This plugin allows you rename uploaded files available in wordpress media and change the postname or slug name.
Prioritized issue groups from the latest Plugin Check scan
Security
49
7 issue groups
Maintainability
5
4 issue groups
I18n
2
1 issue group
Repo Compliance
2
2 issue groups
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['filename']
Sample message
$_POST['filename'] 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 '$ext'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$attachment_id} at "UPDATE {$wpdb->prefix}posts as t1 SET t1.guid = %s WHERE t1.ID='{$attachment_id}';"
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$FileMediaRenamer".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['id']. Check that the array index exists before using it.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.0 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.3
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 58 | 16 | 42 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.