Creates square thumbnails from images without cropping. Works like CSS background-size: contain.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
280
10 issue groups
Security
73
7 issue groups
I18n
6
4 issue groups
Repo Compliance
1
1 issue group
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$format".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['addallsizes']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
Unexpected markdown file "MODIFICATIONS-README.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_square_thumbnails".
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_html__().
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "square-thumbnails-settings".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
The $text parameter must be a single text string literal. Found: 'Square Thumbnails: Image is smaller than minimum size (' . $meta['width'] . 'x' . $meta['height'] . '). Processing skipped.'
Sample message
Mismatched text domain. Expected 'square-thumbnails' but got 'utxi-textdomain'.
Sample message
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.
Potential connections found in static code analysis.
Outbound calls
24
External assets
0
Incoming endpoints
8
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v2.4.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 360 | 43 | 317 | v2.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.