User Profile Picture

Set a custom profile image (avatar) for a user using the standard WordPress media upload tool.

v2.6.3CozmoslabsUpdated 2024-07-18Added May 9, 201240k+ installs92% rating
57
Score
42
Errors
54
Warnings
+0
Change

Category Scores

Security36
Repo80
Performance100
Maintainability75

Top Issues by Category

Issues Details

96 issues found in latest scan

WARNING34
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "mpp_add_image_sizes".

ERROR17
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'metronet-profile-picture' but got 'profile-builder'.

ERROR14
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.

WARNING7
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mpp_get_social_icons".

ERROR4
wp_function_not_compatible_with_requires_wp

Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->notificationId.'_after_notification_dismissed'".

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$mt_pp".

ERROR2
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING1
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PB_Handle_Transition".

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_REQUEST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to esc_html_e().

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR1
outdated_tested_upto_header

Tested up to: 6.6 < 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.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

ERROR1
readme_mismatched_header_requires

Mismatched Requires at least: 3.5 != 4.6. "Requires at least" needs to be exactly the same with that in your main plugin file's header.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

Latest Snapshot

Findings

96

Errors

42

Warnings

54

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.6.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.6.3

57

Latest

Findings
96
Errors
42
Warnings
54
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins