User Profile Picture Contributors: dewtechnolab Tags: users, user, user profile Requires at least: 4.5 Stable tag: 1.0.1 Version: 1.0.1 Tested up to: 5.2.3 Requires PHP: 5.2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Set a custom profile image for a user using the standard WordPress media upload tool. == Description == Set a custom profile image for a user using the standard WordPress media upload tool.

Help Contribute

* Leave a star rating == Installation == 1. Upload `dew-profile-picture` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How do you set a user profile image? = 1. Visit the profile page you would like to edit. 2. Click on the upload to add, or change the profile picture. = What role does a user have to be to set a profile image? = All user roles. = How do I create specific thumbnail sizes? = Since the plugin uses the native uploader, you'll have to make use of add_image_size in your theme. You can then call `dew_profile_img` and pass in the custom image size. = The image is cropped wrong. How do I fix this? = We recommend the Post Thumbnail Editor plugin for cropping thumbnails, as you can custom-crop various image sizes without affecting other images. = Does the plugin work with Multisite? = Yes, but you'll have to set a new profile image per site. This is currently a limitation of the way the plugin stores its data. Ideas to overcome this are welcome. == Screenshots == 1. Profile page options. 2. Media upload dialog. == Changelog == = 1.0.1 = * Fix error = 1.0.0 = * Initial release. == Upgrade Notice == = 1.0.1 = * This version fixes a security related bug. Upgrade immediately.