This plugin would be handy for those who need to manage a lot of media files.
Prioritized issue groups from the latest Plugin Check scan
Security
357
12 issue groups
I18n
57
3 issue groups
Maintainability
57
10 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_enqueue_scripts".
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
Detected usage of a non-sanitized input variable: $_FILES['import_file']
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $id_column at "SELECT $id_column FROM $table WHERE meta_key LIKE %s"
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']. Check that the array index exists before using it.
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
Replacement variables found, but no valid placeholders found in the query.
Sample message
The parameter "array( 'fields' => 'all', 'get' => 'all' )" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Sanitization missing for register_setting().
Sample message
Use placeholders and $wpdb->prepare(); found $object_types
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$wp_parent_theme".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Auto-assign media items to parent %s %s on upload'.
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 1539.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Walker_Media_Taxonomy_Checklist".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_eml_update_attachment_term_count".
Sample message
Dynamic placeholder generation should not have surrounding quotes.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook_suffix".
Not analyzed yet.
First score snapshot
v2.9.4
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 478 | 361 | 117 | v2.9.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.