Stars: 173
Forks: 38
Pull Requests: 143
Issues: 93
Watchers: 57
Last Updated: 2023-09-14 09:29:56
Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!
License: GNU General Public License v2.0
Languages: JavaScript, PHP, Shell
Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!
Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar! Simple and lightweight.
Just edit a user profile, and scroll down to the new "Avatar" field. The plug-in will take care of cropping and sizing!
/wp-content/plugins/
directoryUse avatars in your theme using WordPress' built in get_avatar()
function: http://codex.wordpress.org/Function_Reference/get_avatar
You can also use get_simple_local_avatar()
(with the same arguments) to retreive local avatars a bit faster, but this will make your theme dependent on this plug-in.
Stable: 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress.
Please read CODE_OF_CONDUCT.md for details on our code of conduct and CONTRIBUTING.md for details on the process for submitting pull requests to us.