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 all references

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


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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