strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Allow WebP images to be uploaded #71

Open kimwhite opened 1 year ago

kimwhite commented 1 year ago

WordPress now allows WebP images to be uploaded. The plugin currently allows for three image types:

'jpg|jpeg|jpe' => 'image/jpeg', 'gif' => 'image/gif', 'png' => 'image/png',

We need to add an option to allow WebP images.