xpay✦ Commerce
Directory
WooCommerce plugins
Advanced User Avatar | Custom Profile Picture Uploader for WordPress, WooCommerce, and BuddyPress
Advanced User Avatar | Custom Profile Picture Uploader for WordPress, WooCommerce, and BuddyPress
Let users upload a custom user avatar and profile picture from their device or webcam, stored on your own server instead of Gravatar.
5.0
(5 ratings)Will this break my store?
What the WordPress.org registry says about keeping Advanced User Avatar | Custom Profile Picture Uploader for WordPress, WooCommerce, and BuddyPress running.
Tested to 7.1
Tested against the WordPress branch in use today.2 days ago
At least 7.6 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.4
Your host must be running at least this version.6.3
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Advanced User Avatar | Custom Profile Picture Uploader for WordPress, WooCommerce, and BuddyPress is looked after — not on how many stores run it.
96
out of 100Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
12 / 15Listing transparency
10 / 10Ratings
5.0
5 ratingsYour WooCommerce customers are faceless. Reviews come from anonymous silhouettes, the My Account dashboard greets returning shoppers with a generic placeholder, and every account in your store feels like a transaction instead of a person. Faceless reviews are trusted less, and anonymous accounts give your customers no reason to feel connected to your brand.
Advanced User Avatar gives every customer a custom user avatar in seconds. Your users upload profile picture images straight from a phone or a laptop, crop them to fit, and save. The WooCommerce profile picture then appears on the My Account dashboard and the Account Details page automatically, and you choose which other parts of your store show it — product reviews, order history, checkout and wishlists.
Every photo is a self-hosted avatar, kept in your site’s own uploads directory. Your customers get a profile picture without Gravatar, without an external sign-up and without a single request leaving your server, and the picture shows up everywhere WordPress renders an avatar: comments, author boxes, the admin bar and the Users list.
For BuddyPress communities, the BuddyPress avatar upload screen is replaced with a faster flow that keeps the same crop and webcam tools. For WP-Members sites, it adds the uploader to the profile form. For any other WordPress site, drop the uploader anywhere with a shortcode or the Gutenberg block.
Features
WooCommerce integration
- My Account Dashboard avatar — customer’s profile photo displays on the dashboard the moment they log in
- Account Details upload field — customers update their photo from the same page they manage their account
- Product review avatars — reviewers show as real people on product pages instead of Gravatar silhouettes
- Choose where avatars appear — My Account dashboard, Account details, order history, product reviews, checkout and wishlists, each switched on or off independently
- Secure upload handling — file types are validated from the file’s contents rather than its name, uploads require a logged-in customer, and your size and type limits are enforced on the server whatever the request claims
- Page builder compatible — works alongside Bricks Builder and other builders without duplicate template rendering
Upload experience
- Crop interface — customers crop profile picture uploads to fit before they save
- Webcam capture — take a webcam profile photo in the browser, no file needed
- EXIF orientation handling — phone photos stay upright after cropping
- File type validation — you choose which of JPG, PNG, GIF and WEBP are allowed
- Max file size control — set the upload ceiling from settings
- Media Library picker — optionally let customers choose an image they already uploaded, off by default
- Auto-generated image sizes — 32, 64 and 96 pixel variants created on upload, so a small avatar downloads a small file
Placement options for developers and site builders
- Shortcode:
[wpmake_advance_user_avatar_upload]renders the full upload form on any page - Shortcode:
[wpmake_advance_user_avatar]outputs the current user’s avatar - Gutenberg block for drag-and-drop placement in the block editor
- Profile screen field at Users > Profile, the place most people look first
- Bulk avatar manager — every user with their current picture, searchable and sortable, on the Users > Users Avatar screen
- Theme template overrides, action hooks and CSS custom properties for anything the settings do not cover
BuddyPress integration
- Replaces the default BuddyPress uploader with the same upload, crop, and webcam flow used across your site
- Displays on member profile pages and the BuddyPress member directory so communities feel populated by people, not placeholders
Better Messages integration
- Custom avatars appear in the Better Messages chat interface automatically, replacing the default Gravatar with the user’s uploaded photo
WP-Members integration
- Avatar uploader added to the WP-Members profile edit form — members update their photo from the same page they edit their profile fields
- No template editing — the field is inserted into the existing form when the integration is switched on
Replace Gravatar with a self-hosted avatar
Gravatar sends a hash of every visitor’s email address to an external server to fetch their photo. For EU stores and any site under GDPR scope, that third-party request is a compliance question your legal team would rather not answer. The Advanced User Avatar plugin stores every photo on your own server. No outbound requests, no hashed emails leaving your site, no third-party dependency.
Install the plugin and give your customers a face on your store.
Nothing, unless you opt in. On activation you are asked once whether to share usage data. If you skip that screen, or never answer it, the plugin sends nothing at all and every feature works exactly the same — none of it is gated on opting in.
If you do opt in, the following is shared with WPMake through Freemius:
- Your WordPress user’s first name, last name and email address
- Your site’s homepage URL and title, WordPress version, PHP version and site language
- This plugin’s version, the Freemius SDK version, and whether it is active or uninstalled
- The names, slugs and versions of your other plugins and themes, and whether each is active
The last three groups are optional and can be switched off individually on the opt-in screen before you accept. If you deactivate the plugin you are offered a short form asking why — answering it is optional, and you can close it and deactivate without saying anything.
You can withdraw consent at any time by deactivating the plugin. To switch the whole integration off in code, so no opt-in is ever shown:
add_filter( 'wpmake_advance_user_avatar_enable_freemius', '__return_false' );
The notice appears once the plugin has been active for a week, on the Dashboard and the plugin’s own screen only, and only for administrators once at least one avatar has been uploaded. “Don’t ask again” removes it for good, and each administrator answers for themselves. To switch it off in code for everyone — useful on client sites — drop this in a plugin or your theme’s functions.php:
add_filter( 'wpmake_advance_user_avatar_show_review_notice', '__return_false' );
Add the shortcode [wpmake_advance_user_avatar_upload] to any page, or insert the Advanced User Avatar block in the block editor. Both render the full upload form, with cropping and webcam capture built in. Users can also set their picture at Users > Profile without you placing anything at all, and WooCommerce stores get an upload field on the Account Details page automatically.
Enable the WooCommerce integration in settings. The customer’s avatar then appears on the My Account dashboard and an upload field is added to the Account Details page. No template editing or shortcode placement is required for the standard WooCommerce account pages.
Yes. That is the point of the plugin. Customers upload a photo directly from their device or take one with their webcam. No Gravatar account, no external sign-up, no email hashing.
Activate the plugin and let each person upload their own photo. Once someone has one, WordPress serves it everywhere it would otherwise call Gravatar — comments, author boxes, the admin bar, the Users list, the block editor and the REST API — and nothing at all is sent to Gravatar for that user, not even a hashed email address. Anyone who has not uploaded a picture still falls back to your usual default avatar.
Yes, when “Capture Picture” is switched on in settings. The browser camera opens inside the upload form, the shot is cropped the same way an uploaded file is, and nothing is written until the user saves.
Each photo is kept in your own uploads directory and served from your own domain. The plugin makes no external requests to Gravatar or any other third-party service, so no customer data leaves your site to fetch profile images. That is also what makes it straightforward under GDPR.
Yes, optionally. When the BuddyPress integration is enabled, Advanced User Avatar takes over the avatar upload flow on member profile pages, giving members the same crop and webcam tools used elsewhere on the site. Avatars also display on the member directory.
Yes. The WooCommerce integration is compatible with Bricks Builder and inserts the avatar uploader and viewer without conflicting with the builder’s template rendering.
The plugin works with any theme that follows WordPress and WooCommerce template standards. It has been tested with Flatsome, Astra, Storefront, and Hello Elementor. Themes that heavily override the WooCommerce My Account templates may need minor adjustments.
Yes. From Users > Users Avatar, the admin chooses which of JPG, PNG, GIF and WEBP are accepted and sets the maximum upload size. Both limits are enforced on the server, and invalid uploads are rejected with a clear error message so the customer knows what to fix.
An avatar is network-wide: a user uploads once and the same picture appears on every site in the network they belong to. The plugin records which site the image was uploaded to and reads it from there, so the same avatar resolves correctly everywhere.
Managing other people’s avatars is limited to super administrators. WordPress only lets a user edit another user’s account if they have network-level user permissions, and because avatars are network-wide, letting a single site’s administrator change one would change how that person appears on sites they have no rights over. The bulk avatar manager is therefore hidden for administrators without network user permissions; every user can still set their own avatar from their profile or the front-end uploader.
Uploads stay on the site they were made on, in that site’s own uploads directory. If you switch on the Advanced deletion setting, each site answers for itself when the plugin is deleted — a site that left it off keeps its avatars even if a sibling site opted in.
Yes. The Manage Avatars tab on the Users > Users Avatar screen lists every user with their current picture, searchable and sortable, with Change and Remove on each row. Individual users can also be edited from Users > Profile.
Yes, and no !important is needed. Every size, shape and colour is read from a CSS custom property on the widget’s container, so one rule in Appearance > Customize > Additional CSS is enough:
.wpmake-advance-user-avatar-container {
--wpmake-aua-avatar-size: 150px; /* avatar width/height */
--wpmake-aua-avatar-radius: 50%; /* round the avatar */
--wpmake-aua-width: 100%; /* container box */
--wpmake-aua-height: auto;
--wpmake-aua-padding: 0;
--wpmake-aua-btn-primary-bg: #2f7d32; /* Upload file button */
--wpmake-aua-btn-primary-bg-hover: #27682a;
--wpmake-aua-btn-padding: 6px 12px;
--wpmake-aua-btn-font-size: 13px;
--wpmake-aua-btn-radius: 999px;
}
The remaining properties follow the same naming: --wpmake-aua-align, --wpmake-aua-avatar-spacing, --wpmake-aua-btn-border-width, --wpmake-aua-btn-primary-color, --wpmake-aua-btn-capture-color, --wpmake-aua-btn-capture-color-hover, --wpmake-aua-btn-remove-border, --wpmake-aua-btn-remove-border-hover, --wpmake-aua-btn-remove-color and --wpmake-aua-btn-remove-bg-hover.
Yes. Both shortcodes accept attributes: size (avatar width/height in px), radius (avatar corner radius, e.g. 50%), and class (extra class names on the container, for your own CSS). The uploader also accepts upload_text, remove_text and capture_text for the button labels.
[wpmake_advance_user_avatar size="150" radius="50%"]
[wpmake_advance_user_avatar_upload size="120" class="my-profile-avatar" upload_text="Choose a photo"]
Yes. Copy the template you want to change out of wp-content/plugins/wpmake-advance-user-avatar/templates/ into wp-content/themes/your-theme/wpmake-advance-user-avatar/, keeping the file name, and edit your copy. The theme copy is used instead of the plugin’s and survives plugin updates.
There are also action hooks for adding markup without replacing a template: wpmake_advance_user_avatar_before_avatar, wpmake_advance_user_avatar_after_avatar, wpmake_advance_user_avatar_before_uploader, wpmake_advance_user_avatar_after_uploader, wpmake_advance_user_avatar_before_upload_buttons and wpmake_advance_user_avatar_after_upload_buttons. Each receives the resolved shortcode attributes.
Yes. Once a user uploads a custom avatar, it appears inside the Better Messages chat interface in place of the default Gravatar. No extra configuration is required.
Yes. When the WP-Members integration is enabled, the avatar uploader is added to the WP-Members profile form, so members set their picture on the same form they use for the rest of their details. No template editing is required.
Use the avatar shortcode [wpmake_advance_user_avatar] to output the current user’s avatar anywhere shortcodes are supported, including widgets, sidebars and page builders.
Yes. Three functions do the work, and every avatar change in the plugin goes through them:
wpmake_aua_set_user_avatar( int $user_id, int $attachment_id ) : bool
wpmake_aua_remove_user_avatar( int $user_id ) : bool
wpmake_aua_current_user_can_edit_avatar( int $user_id ) : bool
Setting an avatar checks that the user exists and that the attachment exists and is an image. The same attachment may be used by any number of users, and removing an avatar never deletes the file — so an image you picked from the Media Library stays in the Media Library.
The capability function is the one to call before accepting a change from a request. It returns true when the target is the current user — everybody owns their own avatar, whatever else they can do — or when the current user can edit_user for that person. The two setter functions deliberately do not check capabilities themselves, so code running without a current user, such as an importer or a WP-CLI command, can still set an avatar.
Two actions fire after every change, each passed the user ID and the attachment ID:
do_action( 'wpmake_aua_avatar_set', $user_id, $attachment_id );
do_action( 'wpmake_aua_avatar_removed', $user_id, $attachment_id );
wpmake_aua_get_avatar_url( int $user_id, int $size ) returns the URL of a user's uploaded avatar at the size you ask for, or an empty string if they have not set one.
wpmake_advance_user_avatar_shortcode_atts— the resolved attributes for either shortcode, with the shortcode tag as the second argumentwpmake_advance_user_avatar_template_directory— the theme sub-directory templates are looked up in,wpmake-advance-user-avatarby defaultwpmake_advance_user_avatar_locate_template— the resolved absolute path of a template, with the file name as the second argumentwpmake_advance_user_avatar_upload_url— the directory avatars are stored inwpmake_aua_avatar_subsizes— the extra image sizes generated for avatar uploadspre_get_avatar_data— WordPress’s own filter, which is where this plugin supplies the avatar; use it to override the plugin entirelywpmake_advance_user_avatar_show_review_notice— return false to switch the review request off for everyone on the sitewpmake_advance_user_avatar_enable_freemius— return false to keep the usage-tracking SDK dormant, so no opt-in screen is ever shownwpmake_advance_user_avatar_promoted_products— the plugins advertised in the settings sidebar; return an empty array to remove the cardwpmake_advance_user_avatar_newsletter_endpoint— the email service endpoint the welcome screen’s opt-in posts towpmake_aua_fs_loaded— action, fired once the Freemius instance exists, with the instance as its argument
Plugin details
Tags on WordPress.org
