wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/includes/image-edit.php › WordPress File
Functions7
› WordPress Image Editor
| Function | Short description |
|---|---|
| image_edit_apply_changes | Performs group of changes on Editor specified. |
| stream_preview_image | Streams image in post to browser, along with enqueued changes in `$_REQUEST['history']`. |
| wp_image_editor | Loads the WP image-editing interface. |
| wp_restore_image | Restores the metadata for a given attachment. |
| wp_save_image | Saves image to post, along with enqueued changes in `$_REQUEST['history']`. |
| wp_save_image_file | Saves image to file. |
| wp_stream_image | Streams image in WP_Image_Editor to browser. |