[wp-trac] [WordPress Trac] #62729: stream_preview_image() should stream with right mime type, if filter _load_image_to_edit_path change file with different mime type

WordPress Trac noreply at wordpress.org
Tue Jan 28 00:34:47 UTC 2025


#62729: stream_preview_image() should stream with right mime type, if filter
_load_image_to_edit_path change file with different mime type
--------------------------------------+------------------------------
 Reporter:  Hrohh                     |       Owner:  pbearne
     Type:  defect (bug)              |      Status:  assigned
 Priority:  normal                    |   Milestone:  Awaiting Review
Component:  Post Thumbnails           |     Version:  6.7.1
 Severity:  normal                    |  Resolution:
 Keywords:  has-patch has-unit-tests  |     Focuses:
--------------------------------------+------------------------------

Comment (by pbearne):

 Replying to [comment:5 Hrohh]:
 > Same bug is in
 >
 > {{{#!php
 > <?php
 >     function wp_save_image( $post_id ) {
 >         $post    = get_post( $post_id );
 >       $img     = wp_get_image_editor( _load_image_to_edit_path(
 $post_id, 'full' ) );
 >         $saved_image = wp_save_image_file( $new_path, $img,
 $post->post_mime_type, $post_id );
 > }}}
 >
 > Cannot change mime_type.
 >
 >
 OK we will need to add a filter where in the function should put this?

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


More information about the wp-trac mailing list