Download
Dear Forum admins, we Can Not Upload Images In Webp format to the forum.
Please add this feature.
add the following script to your function.php file
function webp_upload_mimes ($ existing_mimes) {
$ existing_mimes ['webp'] = 'image / webp';
return $ existing_mimes;
}...