Regenerate Thumbnails

Regenerate the thumbnails for one or more of your image uploads. Useful when changing their sizes or your theme.

v3.1.6Alex MillsUpdated 2025-08-20Added Aug 28, 20081m+ installs92% rating
82
Score
10
Errors
9
Warnings
+0
Change

Category Scores

Security72
Repo94
Performance100
Maintainability89

Top Issues by Category

Issues Details

19 issues found in latest scan

WARNING3
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING3
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR3
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR2
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.

ERROR2
wp_function_not_compatible_with_requires_wp

Function "wp_get_original_image_path()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.7.0.

WARNING1
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['ids']

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['ids'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
outdated_tested_upto_header

Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

Latest Snapshot

Findings

19

Errors

10

Warnings

9

Score History

First score snapshot

First scan completed Jun 19, 2026

v3.1.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v3.1.6

82

Latest

Findings
19
Errors
10
Warnings
9
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins