Advertisement
GochiSiyan

webp image

Feb 2nd, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function webp_upload_mimes($existing_mimes) {
  2. $existing_mimes['webp'] = 'image/webp';
  3. return $existing_mimes;
  4. }
  5. add_filter('mime_types', 'webp_upload_mimes');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement