apply_filters( 'site_icon_attachment_metadata', array $metadata )

Filters the site icon attachment metadata.


Description

Top ↑

See also


Top ↑

Parameters

$metadata array
Attachment metadata.

Top ↑

Source

File: wp-admin/includes/class-wp-site-icon.php. View all references

$metadata = apply_filters( 'site_icon_attachment_metadata', $metadata );


Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.