site_icon_meta_tags WordPress Filter Hook

The `site_icon_meta_tags` hook allows you to output the necessary meta tags for your site icon. This hook is triggered when the `wp_head` action is fired.

apply_filters( 'site_icon_meta_tags', string[] $meta_tags ) #

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


Parameters

$meta_tags

(string[])Array of Site Icon meta tags.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More