The Phoenix Media Rename plugin allows you to easily rename (and retitle) your media files, once uploaded.
Prioritized issue groups from the latest Plugin Check scan
Security
148
12 issue groups
I18n
73
3 issue groups
Maintainability
58
10 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attachment_id'.
Sample message
The $domain parameter must be a single text string literal. Found: constant('PHOENIX_MEDIA_RENAME_TEXT_DOMAIN')
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['phoenix_media_rename_bulk_filename_header']. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $field
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "pluginAltTextAI".
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
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['phoenix_media_rename_bulk_filename_header']
Sample message
$_COOKIE['phoenix_media_rename_bulk_filename_header'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 374.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The use of function ini_set() is discouraged
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$options".
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
Use placeholders and $wpdb->prepare(); found interpolated variable $tablename at "SHOW TABLES LIKE '$tablename'"
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
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.
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v3.13.3
37
Latest
v3.13.2
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 284 | 180 | 104 | v3.13.3 | 2.0.0 |
| 37 | 279 | 175 | 104 | v3.13.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.