Crop-Thumbnails

"Crop Thumbnails" made it easy to get exacly that specific image-detail you want to show in your featured image or gallery image.

v1.9.7Volkmar KantorUpdated 2025-12-03Added Nov 15, 201240k+ installs92% rating0% support resolved
38
Score
33
Errors
27
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability70

Top Issues by Category

maintainability33
security25
i18n1
repo_compliance1

Issues Details

60 issues found in latest scan

ERROR10
missing_direct_file_access_protection

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

WARNING8
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR7
wp_function_not_compatible_with_requires_wp

Function "wp_enqueue_script_module()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 5.0.0.

ERROR5
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_ENV['SERVER_SOFTWARE']

ERROR3
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING3
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_REQUEST['posttype'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR3
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

WARNING2
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR1
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_ENV['SERVER_SOFTWARE']. Check that the array index exists before using it.

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

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

ERROR1
WordPress.WP.AlternativeFunctions.rename_rename

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

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

WARNING1
mismatched_plugin_name

Plugin name "Crop-Thumbnails" is different from the name declared in plugin header "Crop Thumbnails".

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

60

Errors

33

Warnings

27

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.9.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.9.7

38

Latest

Findings
60
Errors
33
Warnings
27
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins