[wp-trac] [WordPress Trac] #64737: REST API: Add 'scaled' image size to the sideload route

WordPress Trac noreply at wordpress.org
Thu Feb 26 14:17:15 UTC 2026


#64737: REST API: Add 'scaled' image size to the sideload route
--------------------------------------+------------------------------
 Reporter:  adamsilverstein           |       Owner:  adamsilverstein
     Type:  defect (bug)              |      Status:  assigned
 Priority:  normal                    |   Milestone:  7.0
Component:  General                   |     Version:  trunk
 Severity:  normal                    |  Resolution:
 Keywords:  has-patch has-unit-tests  |     Focuses:
--------------------------------------+------------------------------

Comment (by ozgursar):

 I would like to help with bug reproduction and patch testing.

 I'm currently on the trunk `7.0-beta1-61709-src` but couldn't find
 `client-side media processing` setting in Gutenberg (Version 22.6.0) >
 Experiments

 I also tried this snippet but not sure if that enables it.


 {{{
 add_filter( 'gutenberg_is_experiment_enabled', function( $is_enabled,
 $experiment ) {
     if ( $experiment === 'gutenberg-media-processing' ) {
         return true;
     }
     return $is_enabled;
 }, 10, 2 );
 }}}

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


More information about the wp-trac mailing list