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



wp_edited_image_metadata › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'wp_edited_image_metadata', $new_image_meta, $new_attachment_id, $attachment_id )
Paramètres: (3)
  • (array) $new_image_meta Meta data for the new image.
    Requis: Oui
  • (int) $new_attachment_id Attachment post ID for the new image.
    Requis: Oui
  • (int) $attachment_id Attachment post ID for the edited (parent) image.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the meta data for the new image created by editing an existing image.





Source

$new_image_meta = apply_filters( 'wp_edited_image_metadata', $new_image_meta, $new_attachment_id, $attachment_id );