Add new option to the Default Avatar list.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
10
4 issue groups
Security
5
1 issue group
Maintainability
3
2 issue groups
Repo Compliance
3
3 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type='text' name='add_new_default_avatar[$k][name]' value='$name' size='15' />"'.5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type='text' name='add_new_default_avatar[$k][name]' value='$name' size='15' />"'.
ERRORI18nText Domain MismatchMismatched text domain. Expected 'add-new-default-avatar' but got 'anda'.5
- Category
- I18n
- Occurrences
- 5
- Severity
- error
Sample message
Mismatched text domain. Expected 'add-new-default-avatar' but got 'anda'.
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to esc_html_e().2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
Missing $domain parameter in function call to esc_html_e().
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: __( 'Add another', 'anda' )2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: __( 'Add another', 'anda' )
ERRORMaintainabilitywp function not compatible with requires wpFunction "get_user_meta()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.8.0.2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Function "get_user_meta()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.8.0.
ERRORI18nMissing Translators CommentA 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.1
- Category
- I18n
- Occurrences
- 1
- Severity
- error
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.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Complianceno licenseMissing "License". Please update your readme with a valid GPLv2 (or later) compatible license.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
ERRORRepo Complianceoutdated tested upto headerTested up to: 4.4 < 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.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 4.4 < 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.
ERRORRepo Complianceplugin header no licenseMissing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
External Connections
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v1.4
82
Latest
- Findings
- 21
- Errors
- 21
- Warnings
- 0
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 82 | 21 | 21 | 0 | v1.4 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.