Wrote a comment on the post WordPress 5.6: What’s on your wishlist?, on the site Make WordPress Core: //** *Enable upload for webp image files.*/ function webp_upload_mimes($existing_mimes) { $existing_mimes['webp'] = 'image/webp'; return $existing_mimes;…