basic-user-avatars icon indicating copy to clipboard operation
basic-user-avatars copied to clipboard

Allow WebP images to be uploaded

Open kimwhite opened this issue 2 years ago • 0 comments

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.

kimwhite avatar May 26 '23 12:05 kimwhite