Changes between Initial Version and Version 1 of Ticket #50833, comment 10
- Timestamp:
- 08/16/2020 04:05:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50833, comment 10
initial v1 4 4 > Just plain showing or moving images generally won't need this `is_gd_image()` function, as the GD extension isn't needed for that. It is only image ''creation'' and/or ''editing'' which needs GD and therefore will need this function. 5 5 6 Thanks! I came to same conclusion and chose not to reopen the ticket at this time.6 Thanks! I came to the same conclusion and chose not to reopen the ticket at this time. 7 7 8 8 The only relevant instance in core seems to be `WP_REST_Attachments_Controller::edit_media_item()`, but it already requires `wp-admin/includes/image.php`, where `is_gd_image()` is defined.