stuttter / wp-user-avatars
Allow registered users to upload & select their own avatars
Package info
github.com/stuttter/wp-user-avatars
Type:wordpress-plugin
pkg:composer/stuttter/wp-user-avatars
Requires
- php: >=5.2
- composer/installers: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
WP User Avatars lets registered users upload an avatar or select one from the WordPress Media Library. It integrates with the native user profile screens and WP User Profiles, supports multisite, and can keep avatar requests local instead of contacting Gravatar.
Motivation
I decided to create this plugin because no existing solutions integrated into WordPress in a way that felt native to me. I also wanted something that more tightly integrated with my WP User Profiles plugin.
Installation
- Install through the WordPress plugin installer or Composer.
- Activate WP User Avatars from the Plugins screen.
- Edit a user profile to upload or select an avatar.
- Configure allowed roles and local-only avatars under Settings > Discussion.
Help
- Community support: https://wordpress.org/support/plugin/wp-user-avatars/
- Development discussions: https://github.com/stuttter/wp-user-avatars/discussions
- Reproducible defects: https://github.com/stuttter/wp-user-avatars/issues
Contributors
Contributing
Read CONTRIBUTING.md before changing behavior. The development
toolchain requires PHP 7.4 or newer: install the locked dependencies with
composer install, then run composer test.