wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes
wp-admin/includes/image-edit.php › WordPress File
Fonctions7
› 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. |