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.
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.