site_icon_attachment_metadata WordPress Filter Hook
The site_icon_attachment_metadata Wordpress hook allows you to modify the attachment metadata for a site icon. This can be useful if you want to change the size or crop of the icon.
apply_filters( 'site_icon_attachment_metadata', array $metadata ) #
Filters the site icon attachment metadata.
Description
See also
Parameters
- $metadata
(array)Attachment metadata.
Source
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |