wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



image_editor_save_pre › Les Filtres WordPress

Depuis3.5.0
Dépréciéen/a
apply_filters( 'image_editor_save_pre', $image, $attachment_id )
Paramètres: (2)
  • (WP_Image_Editor) $image The image editor instance.
    Requis: Oui
  • (int) $attachment_id The attachment post ID.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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