Skip to main content

Allow SVG uploads

Home Forums WordPress File Uploads Allow SVG uploads

Tagged: , ,

Viewing 0 reply threads
  • Author
    Posts
    • #2398

      Layer7web
      Keymaster
      function l7w_mime_types($mimes) {
        $mimes['svg'] = 'image/svg+xml';
        return $mimes;
      }
      add_filter('upload_mimes', 'l7w_mime_types');
      
Viewing 0 reply threads

You must be logged in to reply to this topic.