Filter hook 'get_site_icon_url'

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

Description

Filters the site icon URL.

Occurrences

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

Parameters

Type Name Description
string $url Site icon URL.
int $size Size of the site icon.
int $blog_id ID of the blog to get the site icon for.

PHP Doc

/**
	 * Filters the site icon URL.
	 *
	 * @since 4.4.0
	 *
	 * @param string $url     Site icon URL.
	 * @param int    $size    Size of the site icon.
	 * @param int    $blog_id ID of the blog to get the site icon for.
	 */