wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



image_editor_save_pre › WordPress Filter Hooks

Da3.5.0
Deprecaton/a
apply_filters( 'image_editor_save_pre', $image, $attachment_id )
Parametri: (2)
  • (WP_Image_Editor) $image The image editor instance.
    Richiesto:
  • (int) $attachment_id The attachment post ID.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

$image = apply_filters( 'image_editor_save_pre', $image, $attachment_id );