On this page
apply_filters( 'get_site_icon_url', string $url, int $size, int $blog_id )
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
File: wp-includes/general-template.php. View all references
return apply_filters( 'get_site_icon_url', $url, $size, $blog_id );
Related
Used By
| Used By | Description |
|---|---|
| get_site_icon_url() wp-includes/general-template.php | Returns the Site Icon URL. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_site_icon_url