apply_filters( ‘site_icon_meta_tags’, string[] $meta_tags )

In this article

Filters the site icon meta tags, so plugins can add their own.

Parameters

$meta_tagsstring[]
Array of Site Icon meta tags.

Source

$meta_tags = apply_filters( 'site_icon_meta_tags', $meta_tags );

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

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