Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Allow WebP images to be uploaded #71

Open
kimwhite opened this issue May 26, 2023 · 0 comments
Open

Allow WebP images to be uploaded #71

kimwhite opened this issue May 26, 2023 · 0 comments

Comments

@kimwhite
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants