[wp-trac] [WordPress Trac] #63302: SVG images can't be uploaded anymore due to a resizing issue

WordPress Trac noreply at wordpress.org
Fri Apr 18 05:27:48 UTC 2025


#63302: SVG images can't be uploaded anymore due to a resizing issue
---------------------------------------+---------------------
 Reporter:  audrasjb                   |       Owner:  (none)
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  6.8.1
Component:  Editor                     |     Version:  6.8
 Severity:  normal                     |  Resolution:
 Keywords:  has-screenshots has-patch  |     Focuses:
---------------------------------------+---------------------

Comment (by dilipbheda):

 I used the following filter to enable SVG image uploads.


 {{{
 function allow_svg_uploads( $mimes ) {
         $mimes['svg'] = 'image/svg+xml';
         return $mimes;
 }
 add_filter( 'upload_mimes', 'allow_svg_uploads' );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63302#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list