[wp-trac] [WordPress Trac] #63322: Suggested cropping for media

WordPress Trac noreply at wordpress.org
Tue Apr 22 05:58:39 UTC 2025


#63322: Suggested cropping for media
--------------------------+------------------------------
 Reporter:  happyhobo     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:  6.8
 Severity:  minor         |  Resolution:
 Keywords:                |     Focuses:  ui
--------------------------+------------------------------

Comment (by khushipatel15):

 You can add this in your functions.php
 {{{
 function add_suggested_crop_button() {
     echo '<button id="suggested-crop-button">Suggested Crop</button>';
 }
 add_action('media_buttons', 'add_suggested_crop_button');
 function handle_suggested_crop() {
     // Perform image analysis and return suggested crop data
 }
 add_action('wp_ajax_crop_image', 'handle_suggested_crop');
 }}}

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


More information about the wp-trac mailing list