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



wp_get_attachment_metadata › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'wp_get_attachment_metadata', $data, $attachment_id )
Parameter: (2)
  • () data Array of meta data for the given attachment.
    Erforderlich: Ja
  • () attachment_id Attachment post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the attachment meta data.





Quellcode

return apply_filters( 'wp_get_attachment_metadata', $data, $attachment_id );