Easily replace any attached image/file by simply uploading a new file in the Media Library edit view - a real time saver!
Prioritized issue groups from the latest Plugin Check scan
Security
230
9 issue groups
Maintainability
187
13 issue groups
I18n
39
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'><span class='label'>$display_size</span></div>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_class".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
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
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['userfile']
Sample message
Use placeholders and $wpdb->prepare(); found $posts_sql
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['userfile']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s f %s exceeds the maximum upload size for this site.'.
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
Mismatched text domain. Expected 'enable-media-replace' but got 'enable-media-replace/'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $prepared_sql used in $wpdb->query()\n$prepared_sql assigned unsafely at line 354.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "emr".
Sample message
print_r() 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: chmod().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.9.7.
Sample message
debug_backtrace() 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: is_writable().
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
29
External assets
0
Incoming endpoints
3
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v4.2.2
24
Latest
v4.2.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 488 | 212 | 276 | v4.2.2 | 2.0.0 |
| 24 | 490 | 214 | 276 | v4.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.