The all-in-one WordPress image optimization plugin. Disable thumbnails, compress images, convert to WebP & AVIF, clean your media library, and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
70
13 issue groups
Security
39
10 issue groups
I18n
2
2 issue groups
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
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at \t\t\t\t\t WHERE post_id IN ( $ids ) AND meta_key = %s"
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE 'image%%'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['thumbpress_image']
Sample message
Unescaped parameter $mime_in used in $wpdb->get_var()
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
$_GET['thumbpress_image'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Unescaped parameter $where used in $wpdb->get_results()
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config_file".
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Processing form data without nonce verification.
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
Detected usage of meta_value, possible slow query.
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: "image-sizes_get_posts".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'date'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
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
Plugin name "ThumbPress – Compress Images, Manage Thumbnails, Detect Image Issues, WebP/AVIF, Lazy Loading, Hotlinking & More" is different from the name declared in plugin header "ThumbPress".
Potential connections found in static code analysis.
Outbound calls
198
External assets
2
Incoming endpoints
9
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
7 score snapshots
v6.5
38
Latest
v6.4.1
38
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 112 | 20 | 92 | v6.5 | 2.0.0 |
| 38 | 110 | 20 | 90 | v6.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.