[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
Mon Jan 27 11:51:18 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 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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62729#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list