Regenerate thumbnails quickly and easily, including forced regeneration; very useful when changing a theme or adding new thumbnail sizes.
Category Scores
Top Issues by Category
security154
maintainability119
Issues Details
342 issues found in latest scan
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $checked $disabled>"'.
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rta/file/exists".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_url".
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.
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Unescaped parameter $delete_sql used in $wpdb->query()\n$delete_sql assigned unsafely at line 489.
Function "_wp_get_attachment_relative_path()" requires WordPress 4.4.1, but your plugin minimum supported version is WordPress 4.0.0.
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.'.
print_r() found. Debug code should not normally be used in production.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RTA_LANG_DIR".
Processing form data without nonce verification.
Mismatched text domain. Expected 'regenerate-thumbnails-advanced' but got "enable-media-replace".
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Too many parameters passed to function "_e()". Expected: 2 parameters, received: 3
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
error_log() found. Debug code should not normally be used in production.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
debug_backtrace() found. Debug code should not normally be used in production.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 54 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $checked $disabled>"'. | 48 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rta/file/exists". | 23 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $delete_sql | 20 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_url". | 20 |
| WordPress.WP.I18n.MissingTranslatorsComment | ERROR | 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. | 18 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 16 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 16 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $delete_sql used in $wpdb->query()\n$delete_sql assigned unsafely at line 489. | 13 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "_wp_get_attachment_relative_path()" requires WordPress 4.4.1, but your plugin minimum supported version is WordPress 4.0.0. | 10 |
| WordPress.WP.I18n.UnorderedPlaceholdersText | ERROR | 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.'. | 8 |
| WordPress.PHP.DevelopmentFunctions.error_log_print_r | WARNING | print_r() found. Debug code should not normally be used in production. | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RTA_LANG_DIR". | 6 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 6 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'regenerate-thumbnails-advanced' but got "enable-media-replace". | 6 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 5 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar | 5 |
| WordPress.WP.I18n.TooManyFunctionArgs | ERROR | Too many parameters passed to function "_e()". Expected: 2 parameters, received: 3 | 5 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 4 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET['_wpnonce'] | 4 |
| WordPress.WP.AlternativeFunctions.file_system_operations_chmod | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod(). | 4 |
| WordPress.WP.AlternativeFunctions.file_system_operations_is_writable | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable(). | 4 |
| WordPress.PHP.DevelopmentFunctions.error_log_error_log | WARNING | error_log() found. Debug code should not normally be used in production. | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 3 |
| WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace | WARNING | debug_backtrace() found. Debug code should not normally be used in production. | 2 |
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 24 | 342 | 220 | 122 | v2.5.0 | 2.0.0 | 2026.06-mvp-static-v2 |