Save disk space and bring some order to the chaos of your media library by removing and preventing duplicate files.
Prioritized issue groups from the latest Plugin Check scan
Security
69
11 issue groups
Maintainability
57
11 issue groups
I18n
30
2 issue groups
Performance
1
1 issue group
Sample message
Missing $domain parameter in function call to __().
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 '$args'.
Sample message
$_GET['mdd_cbur_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['mdd_cbur_nonce']
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 possibly undefined superglobal array index: $_GET['key']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MediaDeduper".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MDD_Admin_Notice".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_mdd_admin".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MDD_FILE".
Sample message
Function "wp_add_inline_script()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 4.3.0.
Sample message
Unescaped parameter $sql used in $wpdb->get_col()\n$sql assigned unsafely at line 1239.
Sample message
Detected usage of meta_value, possible slow query.
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.
Sample message
A function call to esc_html__() 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
Sanitization missing for register_setting().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Not analyzed yet.
First score snapshot
v1.5.9
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 159 | 60 | 99 | v1.5.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.