image_editor_save_pre

最后更新于:2021-11-27 00:58:07

apply_filters( ‘image_editor_save_pre’, GC_Image_Editor $image, int $attachment_id )

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

参数

$image

(GC_Image_Editor)
The image editor instance.

$attachment_id

(int)
The attachment post ID.

源文件

文件: gc-admin/includes/image-edit.php

View on Trac