reGenerate Thumbnails Advanced

Regenerate thumbnails quickly and easily, including forced regeneration; very useful when changing a theme or adding new thumbnail sizes.

v2.5.0ShortPixelUpdated Added 70k+ installs64% rating100% support resolved
24
Score
220
Errors
122
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability4

Top Issues by Category

security154
maintainability119
i18n37

Issues Details

342 issues found in latest scan

ERROR54
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR48
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $checked $disabled>"'.

WARNING23
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rta/file/exists".

ERROR20
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $delete_sql

WARNING20
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_url".

ERROR18
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.

WARNING16
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING16
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR13
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $delete_sql used in $wpdb->query()\n$delete_sql assigned unsafely at line 489.

ERROR10
wp_function_not_compatible_with_requires_wp

Function "_wp_get_attachment_relative_path()" requires WordPress 4.4.1, but your plugin minimum supported version is WordPress 4.0.0.

ERROR8
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s Activate ShortPixel %s to optimize your newly generated thumbnails.'.

WARNING7
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RTA_LANG_DIR".

WARNING6
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR6
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'regenerate-thumbnails-advanced' but got "enable-media-replace".

ERROR5
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING5
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR5
WordPress.WP.I18n.TooManyFunctionArgs

Too many parameters passed to function "_e()". Expected: 2 parameters, received: 3

WARNING4
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

ERROR4
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

WARNING3
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

ERROR3
missing_direct_file_access_protection

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

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace

debug_backtrace() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

342

Errors

220

Warnings

122

Score History

First score snapshot

First scan completed

v2.5.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.5.0

24

Latest

Findings
342
Errors
220
Warnings
122
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins