Filter hook 'site_icon_meta_tags'

in WP Core File wp-includes/general-template.php at line 3449

Description

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

Occurrences

Filename Line Number
wp-includes/general-template.php 3449

Parameters

Type Name Description
string[] $meta_tags Array of Site Icon meta tags.

PHP Doc

/**
	 * Filters the site icon meta tags, so plugins can add their own.
	 *
	 * @since 4.3.0
	 *
	 * @param string[] $meta_tags Array of Site Icon meta tags.
	 */