Filter hook 'image_editor_save_pre'

in WP Core File wp-admin/includes/image-edit.php at line 355

Description

Filters the WP_Image_Editor instance for the image to be streamed to the browser.

Occurrences

Filename Line Number
wp-admin/includes/image-edit.php 355
wp-admin/includes/image-edit.php 434

Parameters

Type Name Description
WP_Image_Editor $image The image editor instance.
int $attachment_id The attachment post ID.

PHP Doc

/**
		 * Filters the WP_Image_Editor instance for the image to be streamed to the browser.
		 *
		 * @since 3.5.0
		 *
		 * @param WP_Image_Editor $image         The image editor instance.
		 * @param int             $attachment_id The attachment post ID.
		 */