wp_header_image_attachment_metadata WordPress Filter Hook
The wp_header_image_attachment_metadata hook allows you to access the image attachment metadata for the image used in the header. This can be useful for displaying information about the image, or for doing something with the image data.
apply_filters( 'wp_header_image_attachment_metadata', array $metadata ) #
Filters the header image attachment metadata.
Description
See also
Parameters
- $metadata
(array)Attachment metadata.
Source
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |