Provides a thumbnail area in Your Profile, for users to upload & crop new images in an overlay to be saved and stored to their profile.
Prioritized issue groups from the latest Plugin Check scan
Security
151
7 issue groups
Maintainability
106
17 issue groups
I18n
5
1 issue group
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ALLOW_ALL_EXTERNAL_SITES".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['uploadedfile']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$property]
Sample message
$_GET[$property] not unslashed before sanitization. Use wp_unslash() or similar
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use of the backtick operator is forbidden
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_head".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
Missing $domain parameter in function call to __().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
The use of function ini_set() is discouraged
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "timthumb".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ALLOWED_SITES".
Sample message
error_log() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v1.4.12
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 277 | 104 | 173 | v1.4.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.