Replaces the default image editor in wp-admin with more powerful one - Pixo. It can also be used in the front-end.
Prioritized issue groups from the latest Plugin Check scan
Security
153
7 issue groups
Maintainability
27
6 issue groups
I18n
11
1 issue group
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>\n'.
Sample message
$_GET[$param] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "add_network_option()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['image' . $i]
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['image' . $i]. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "intermediate_image_sizes_advanced".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
21
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
4 score snapshots
v2.3.11
40
Latest
v2.3.10
41
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 192 | 126 | 66 | v2.3.11 | 2.0.0 |
| 41 | 188 | 120 | 68 | v2.3.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.