apply_filters( ‘get_site_icon_url’, string $url, int $size, int $blog_id )

In this article

Filters the site icon URL.

Parameters

$urlstring
Site icon URL.
$sizeint
Size of the site icon.
$blog_idint
ID of the blog to get the site icon for.

Source

return apply_filters( 'get_site_icon_url', $url, $size, $blog_id );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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