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



wp_update_attachment_metadata › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'wp_update_attachment_metadata', $data, $post->ID )
Parameter: (2)
  • () data Array of updated attachment meta data.
    Erforderlich: Ja
  • () attachment_id Attachment post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the updated attachment meta data.





Quellcode

$data = apply_filters( 'wp_update_attachment_metadata', $data, $post->ID );