Plugin allows you to manually crop all the image sizes registered in your WordPress theme (in particular featured image).
Prioritized issue groups from the latest Plugin Check scan
Security
152
7 issue groups
I18n
77
5 issue groups
Maintainability
15
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aspectRatio'.
Sample message
Mismatched text domain. Expected 'manual-image-crop' but got 'microp'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['postId']. Check that the array index exists before using it.
Sample message
$_GET['postId'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
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.
Sample message
Detected usage of a non-sanitized input variable: $_GET['size']
Sample message
screen_icon() has been deprecated since WordPress version 3.8.0.
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
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d, %4$d", but got "%d, %d, %d, %d" in 'Target size (%dx%d) is larger than original image (%dx%d). Cropping is not possible.'.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "microp", expected "manual-image-crop".
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
7
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
admin_post
2 score snapshots
v1.14
41
Latest
v1.13
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 244 | 183 | 61 | v1.14 | 2.0.0 |
| 40 | 239 | 178 | 61 | v1.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.