WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: one-user-avatar (Used by 72 domains)

One User Avatar | User Profile Picture

πŸ‘€ One Designs πŸ“¦ v2.5.4 πŸ”— Plugin Homepage

WordPress currently only allows you to use custom avatars that are uploaded through Gravatar. One User Avatar enables you to use any photo uploaded into your Media Library as an avatar. This means you use the same uploader and library as your posts. No extra folders or image editing functions are necessary. This plugin is a fork of WP User Avatar v2.2.16.

One User Avatar also lets you:

  • Upload your own Default Avatar in your One User Avatar settings.
  • Show the user’s Gravatar avatar or Default Avatar if the user doesn’t have a One User Avatar image.
  • Disable Gravatar avatars and use only local avatars.
  • Use the [avatar_upload] shortcode to add a standalone uploader to a front page or widget. This uploader is only visible to logged-in users.
  • Use the [avatar] shortcode in your posts. These shortcodes will work with any theme, whether it has avatar support or not.
  • Allow Contributors and Subscribers to upload their own avatars.
  • Limit upload file size and image dimensions for Contributors and Subscribers.

Copyright

One User Avatar
Copyright (c) 2023 One Designs https://onedesigns.com/
License: GPLv2
Source: https://github.com/onedesigns/one-user-avatar

One User Avatar is based on WP User Avatar v2.2.16
Copyright (c) 2020-2021 ProfilePress https://profilepress.net/
Copyright (c) 2014-2020 Flippercode https://www.flippercode.com/
Copyright (c) 2013-2014 Bangbay Siboliban http://bangbay.com/
License: GPLv2
Source: https://github.com/profilepress/wp-user-avatar

One User Avatar is distributed under the terms of the GNU GPL

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Advanced Settings

Add One User Avatar to your own profile edit page

You can use the [avatar_upload] shortcode to add a standalone uploader to any page. It’s best to use this uploader by itself and without other profile fields.

If you’re building your own profile edit page with other fields, One User Avatar is automatically added to the show_user_profile and edit_user_profile hooks. If you’d rather have One User Avatar in its own section, you could add another hook:

do_action( 'edit_user_avatar', $current_user );

Then, to add One User Avatar to that hook and remove it from the other hooks outside of the administration panel, you would add this code to the functions.php file of your theme:

function my_avatar_filter() {
    // Remove from show_user_profile hook
    remove_action( 'show_user_profile', array( 'wp_user_avatar', 'wpua_action_show_user_profile' ) );
    remove_action( 'show_user_profile', array( 'wp_user_avatar', 'wpua_media_upload_scripts' ) );

    // Remove from edit_user_profile hook
    remove_action( 'edit_user_profile', array( 'wp_user_avatar', 'wpua_action_show_user_profile' ) );
    remove_action( 'edit_user_profile', array( 'wp_user_avatar', 'wpua_media_upload_scripts' ) );

    // Add to edit_user_avatar hook
    add_action( 'edit_user_avatar', array( 'wp_user_avatar', 'wpua_action_show_user_profile' ) );
    add_action( 'edit_user_avatar', array( 'wp_user_avatar', 'wpua_media_upload_scripts' ) );
}

// Loads only outside of administration panel
if ( ! is_admin() ) {
    add_action( 'init','my_avatar_filter' );
}

HTML Wrapper

You can change the HTML wrapper of the One User Avatar section by using the functions wpua_before_avatar and wpua_after_avatar. By default, the avatar code is structured like this:

Avatar

Original Size

Thumbnail

To strip out the div container and h3 heading, you would add the following filters to the functions.php file in your theme:

remove_action( 'wpua_before_avatar', 'wpua_do_before_avatar' );
remove_action( 'wpua_after_avatar', 'wpua_do_after_avatar' );

To add your own wrapper, you could create something like this:

function my_before_avatar() {
    echo '
'; } add_action( 'wpua_before_avatar', 'my_before_avatar' ); function my_after_avatar() { echo '
'; } add_action( 'wpua_after_avatar', 'my_after_avatar' );

This would output:

Original Size

Thumbnail

DomainExposuresHeadersLast Checked
b*r*e*o*o*e*l.com (WP 6.9.4) βœ… F 2026-05-04 09:51:48
k*s*l*w*c*w*m*e*i*.pl βœ… F 2026-05-03 22:00:35
a*a*e*y.t*e*u*i*a*m*.com βœ… F 2026-05-03 20:20:57
s*a*a*e*a*i.com (WP 6.9.4) βœ… F 2026-05-03 18:28:49
n*d*p*s*t*o*u*c*d*s.u*.com (WP 6.8.3) βœ… D 2026-05-03 05:51:34
a*o*a*k.com (WP 6.8.2) πŸ”“ F 2026-05-03 02:52:48
f*e*d*m*a*k*r.net βœ… F 2026-05-02 22:49:55
b*r*y*.com (WP 6.9.4) βœ… F 2026-05-01 06:36:49
p*d*.in (WP 6.9.4) βœ… F 2026-05-01 04:37:15
c*r*e*t*l*n*l*a*i*.com (WP 6.9.4) βœ… F 2026-05-01 01:43:26
p*.s*o*t*w*y*c*s*n*.org βœ… D 2026-04-30 11:33:23
t*k*n*a*e.p*8.io (WP 6.9.4) βœ… F 2026-04-29 10:19:13
h*j*f*.nl (WP 6.9.4) βœ… F 2026-04-28 21:41:06
p*8.io (WP 6.9.4) βœ… F 2026-04-28 19:54:57
t*e*u*i*a*m*.com βœ… F 2026-04-28 14:07:05
r*o.news βœ… F 2026-04-28 12:26:43
c*s*n*i*a*i*w*b.it (WP 6.9.4) βœ… F 2026-04-28 02:28:37
s*a*t*r*u*f*c*s.c*.uk βœ… F 2026-04-27 23:29:28
t*e*d*e*t*r*g*n*.com βœ… F 2026-04-27 21:21:05
t*e*t*r*e*k*t*t*-*a*g*e*e*d*.de (WP 6.9.4) βœ… F 2026-04-27 20:12:40
b*o*.b*u*t*i*k*n*.com (WP 6.9.4) βœ… F 2026-04-27 19:53:54
g*y*r*.com (WP 6.9.4) βœ… F 2026-04-26 23:24:31
t*c*l*g*6*.com (WP 6.9.4) βœ… F 2026-04-26 15:45:42
t*e*e*m*a*e*.com βœ… F 2026-04-26 08:23:46
t*c*p*i*t*n*.com (WP 6.9.4) βœ… D 2026-04-26 06:15:16
a*h*e*e*e*d*r*n*e.com βœ… F 2026-04-26 06:07:45
i*i*e*c.com βœ… F 2026-04-26 04:14:31
f*i*h*r*f*n*e*.com (WP 6.9.4) βœ… F 2026-04-26 02:39:11
t*t*a*.ch βœ… F 2026-04-25 09:29:42
o*a*g*-*i*e.net (WP 6.9.4) βœ… F 2026-04-25 07:25:07
f*t*e*h*e*o*u*i*n.com (WP 6.9.4) βœ… F 2026-04-25 02:41:04
u*w*s*e*n*t*o*.com (WP 6.9.4) βœ… F 2026-04-24 22:01:14
k*a*m*g*p*r*s.com (WP 6.9.4) βœ… F 2026-04-23 22:10:17
k*a*m*g*c*a*h*n*.com (WP 6.9.4) βœ… F 2026-04-23 22:06:54
n*w*.l*.org βœ… F 2026-04-23 20:48:52
k*s*i*o.com (WP 6.9.4) πŸ”“ F 2026-04-23 09:04:53
c*l*u*a*s*a*h*l*.c*m.br βœ… F 2026-04-22 21:41:39
t*n*.media βœ… F 2026-04-22 20:37:20
r*m*n*i*p*r*c*u*i*m*.ch (WP 6.9.4) βœ… F 2026-04-22 12:34:27
d*g*t*l*i*b*.com (WP 6.9.4) βœ… F 2026-04-22 11:19:04
u*a*i*a*t.com βœ… F 2026-04-21 14:28:42
a*e*d*-*v*o*d*b*y.com (WP 6.9.1) βœ… F 2026-04-20 21:52:52
b*s*n*s*s*o*l*.com (WP 6.9.4) βœ… A 2026-04-20 06:58:40
o*e*o*l*n*w*.com (WP 6.9.4) βœ… A 2026-04-18 19:21:02
s*o*t*e*a*.com (WP 6.9.4) βœ… F 2026-04-16 21:55:09
z*r*l*o.com (WP 6.9.4) βœ… F 2026-04-15 09:06:58
p*o*a*d*i*g.de βœ… F 2026-04-14 17:57:08
c*b*r*d*i*s.com (WP 6.9.4) βœ… F 2026-04-12 07:50:20
b*e*s*d*u*l*t*n.com (WP 6.9.4) βœ… F 2026-04-11 17:49:53
n*d*p*s*t*o*u*c*s*n*z.com (WP 6.8.3) βœ… D 2026-04-10 20:39:29
s*o*t*w*y*5.com βœ… D 2026-04-10 14:09:53
c*y*t*l*n*e.com βœ… F 2026-04-10 13:19:53
e*d*r*c*n*r*t*c*a*i*g*.com βœ… F 2026-04-09 16:14:07
p*o*p*p.com βœ… F 2026-04-08 07:14:28
c*d*a*d*a*k.com (WP 6.8.5) βœ… F 2026-04-04 18:07:50
3*1*l*f*.com (WP 6.9.1) βœ… β€” 2026-03-30 04:25:42
2*-*e*u*i*y.com βœ… β€” 2026-03-30 03:17:35
w*t*l*m.com βœ… β€” 2025-11-11 13:10:42
w*m*d*l*.com βœ… β€” 2025-11-11 12:36:08
w*n*p*e*s*r*s.com βœ… β€” 2025-11-11 12:18:40
w*l*c*n*e*t*d*i*n*s*.com βœ… β€” 2025-11-11 11:04:54
s*x*i*u*e*n*a*e*h*a*.com βœ… β€” 2025-11-10 12:59:55
s*n*r*a*u*u.com βœ… β€” 2025-11-10 12:41:24
s*o*m*g*e.com βœ… β€” 2025-11-10 11:46:59
s*o*p*a*a*a.com βœ… β€” 2025-11-10 09:01:24
s*h*o*s*f*t*d*p*t.com βœ… β€” 2025-11-10 08:54:05
s*s*l*.com βœ… β€” 2025-11-10 08:39:16
p*r*o*a*i*i*s*n*o*k*d.com βœ… β€” 2025-11-09 19:05:27
j*n*a*i*r*r.com βœ… β€” 2025-11-08 10:46:00
j*c*b*j*n*s.com βœ… β€” 2025-11-08 10:24:03
e*l*j*y*o*f*n*.com βœ… β€” 2025-11-07 10:47:15
b*s*t*p*i*o*l*.com βœ… β€” 2025-11-06 10:57:02

Top 50 Plugins

Plugin Count
elementor 2,006,189
contact-form-7 1,881,070
elementor-pro 1,144,536
woocommerce 931,511
revslider 687,582
js_composer 462,903
jetpack 462,881
wp-rocket 345,732
essential-addons-for-elementor-lite 310,233
gravityforms 265,665
header-footer-elementor 248,848
complianz-gdpr 243,071
instagram-feed 240,938
google-analytics-for-wordpress 235,859
elementskit-lite 233,724
gutenberg-core 232,966
cookie-law-info 231,868
google-site-kit 231,336
sitepress-multilingual-cms 214,891
bluehost-wordpress-plugin 204,812
wpforms-lite 166,872
astra-sites 159,523
gutenberg 156,079
litespeed-cache 147,578
cookie-notice 138,140
gtranslate 136,173
coblocks 128,339
the-events-calendar 126,816
popup-maker 119,505
astra-addon 101,612
tablepress 101,290
bb-plugin 101,150
woocommerce-payments 100,787
LayerSlider 99,690
wp-smushit 98,987
premium-addons-for-elementor 96,835
mailchimp-for-wp 94,956
duracelltomi-google-tag-manager 92,196
honeypot 91,096
cleantalk-spam-protect 89,699
akismet 89,277
woocommerce-gateway-stripe 87,678
megamenu 85,183
all-in-one-seo-pack 83,758
fusion-builder 83,295
smart-slider-3 81,490
formidable 81,315
creame-whatsapp-me 80,648
creative-mail-by-constant-contact 79,683
ewww-image-optimizer 78,562

Top 50 Themes

Theme Count
hello-elementor 663,683
Divi 553,850
astra 505,236
pub 158,292
Avada 128,876
flatsome 125,499
generatepress 124,925
oceanwp 91,192
h4 87,442
kadence 83,083
enfold 73,385
salient 70,445
bb-theme 62,945
twentytwentyfour 62,236
twentyseventeen 58,103
cocoon-master 57,530
blocksy 57,074
betheme 55,634
twentytwentyfive 54,398
dt-the7 47,519
neve 41,377
woodmart 40,325
Avada-Child-Theme 36,237
twentytwentyone 35,824
bridge 35,042
gox 34,096
twentytwenty 31,765
lightning 31,065
swell 30,256
twentytwentythree 28,580
bricks 26,069
Impreza 26,062
Newspaper 23,416
twentytwentytwo 22,974
epik-redesign 21,160
pro 19,258
storefront 19,098
uncode 19,069
twentysixteen 19,017
extendable 18,946
sydney 17,344
yith-wonder 16,888
themify-ultra 15,414
Total 15,350
twentyfifteen 13,616
hestia 13,535
porto 13,236
twentynineteen 13,101
yootheme 12,843
thrive-theme 12,742