Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
13
10 issue groups
Security
10
3 issue groups
I18n
6
2 issue groups
Repo Compliance
1
1 issue group
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SLA_IS_NETWORK".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['simple-local-avatar']['error']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
A function call to esc_html__() 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
Detected usage of meta_key, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_simple_local_avatar".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "pre_simple_local_avatar_url".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$compat_checker".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Application files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The readme short description contains unofficial language. It must be written in standard English.
Sample message
The upgrade notice for "2.1" exceeds the limit of 300 characters.
Not analyzed yet.
First score snapshot
v2.8.6
72
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 72 | 30 | 14 | 16 | v2.8.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.