Filters the site icon meta tags, so plugins can add their own.
Parameters
$meta_tags
string[]- Array of Site Icon meta tags.
Source
$meta_tags = apply_filters( 'site_icon_meta_tags', $meta_tags );
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
Filters the site icon meta tags, so plugins can add their own.
$meta_tags
string[]$meta_tags = apply_filters( 'site_icon_meta_tags', $meta_tags );
Version | Description |
---|---|
4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.