Optimize image sizes, regenerate thumbnails, enable retina, convert to WebP/AVIF, or use cloud optimization. An essential image toolkit.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
133
13 issue groups
Security
67
9 issue groups
I18n
37
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_debug_fh".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Processing form data without nonce verification.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CACHE_TIME".
Sample message
$_GET['devicePixelRatio'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $excludeSql at \t\t\t$excludeSql"
Sample message
Detected usage of a non-sanitized input variable: $_GET['devicePixelRatio']
Sample message
Mismatched text domain. Expected 'wp-retina-2x' but got 'meowapps'.
Sample message
Processing form data without nonce verification.
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
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Unescaped parameter $this used in $wpdb->get_col()
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 639.
Sample message
trigger_error() 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
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Potential connections found in static code analysis.
Outbound calls
96
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v7.1.8
25
Latest
v7.1.7
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 276 | 158 | 118 | v7.1.8 | 2.0.0 |
| 25 | 272 | 154 | 118 | v7.1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.