get_site_icon_url WordPress Filter Hook

The get_site_icon_url hook is used to get the URL of a site icon. This hook is used to get the URL of a site icon.

apply_filters( 'get_site_icon_url', string $url, int $size, int $blog_id ) #

Filters the site icon URL.


Parameters

$url

(string)Site icon URL.

$size

(int)Size of the site icon.

$blog_id

(int)ID of the blog to get the site icon for.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.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