wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



image_editor_save_pre › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'image_editor_save_pre', $image, $attachment_id )
Parameter: (2)
  • (WP_Image_Editor) $image The image editor instance.
    Erforderlich: Ja
  • (int) $attachment_id The attachment post ID.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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