image_editor_save_pre, $image, $attachment_id
image_editor_save_pre, $image, $attachment_id
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('image_editor_save_pre, $image, $attachment_id') is found 1 times:
- /wp-admin/includes/image-edit.php line 355
* * @param WP_Image_Editor $image The image editor instance. * @param int $attachment_id The attachment post ID. */ $image = apply_filters( 'image_editor_save_pre', $image, $attachment_id ); if ( is_wp_error( $image->stream( $mime_type ) ) ) { return false; } return true;