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
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.