apply_filters( 'get_site_icon_url', string $url , int $size , int $blog_id )
Filters the site icon URL.
Parameters
- $url
-
Site icon URL.
- $size
-
Size of the site icon.
- $blog_id
-
ID of the blog to get the site icon for.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |