Set a custom profile image for a user using the standard WordPress media upload tool.
Prioritized issue groups from the latest Plugin Check scan
Security
9
6 issue groups
Maintainability
3
3 issue groups
Repo Compliance
3
3 issue groups
I18n
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$Profile'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['dew_image_id']
Sample message
$_POST['dew_image_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Mismatched text domain. Expected 'users-profile-picture' but got 'dew'.
Sample message
Your plugin has an invalid license declared. Please update your readme with a valid SPDX license identifier.
Sample message
Tested up to: 7.0.0 The version number should only include major versions 7.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
Mismatched Requires at least: 4.5.0 != 4.5. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "dew-profile-picture", expected "users-profile-picture".
Not analyzed yet.
First score snapshot
v1.0.6
66
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 66 | 17 | 9 | 8 | v1.0.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.