File: wp-admin/includes/image-edit.php
-
Shows the settings in the Image Editor that allow selecting to edit only the thumbnail of an image.
-
Filters whether custom sizes are available options for image editing.
-
functionwp_restore_image()
Restores the metadata for a given attachment.
-
functionwp_save_image()
Saves image to post, along with enqueued changes in `$_REQUEST[‘history’]`.
-
Filters the WP_Image_Editor instance for the image to be streamed to the browser.
-
hookimage_save_pre
Filters the GD image resource to be streamed to the browser.
-
functionwp_save_image_file()
Saves image to file.
-
Filters whether to skip saving the image file.
-
Filters whether to skip saving the image file.
-
functionimage_edit_apply_changes()
Performs group of changes on Editor specified.
-
Filters the WP_Image_Editor instance before applying changes to the image.
-
Filters the GD image resource before applying changes to the image.
-
functionstream_preview_image()
Streams image in post to browser, along with enqueued changes in `$_REQUEST[‘history’]`.
-
functionwp_image_editor()
Loads the WP image-editing interface.
-
functionwp_stream_image()
Streams image in WP_Image_Editor to browser.