bp_blogs_get_site_icon_url( integer $blog_id, integer $size = 512 )
Gets the site icon URL even when BuddyPress is not network activated.
Description Description
Parameters Parameters
- $blog_id
-
(Required) The ID of the blog to get the site icon URL for.
- $size
-
(Optional) The size of the site icon.
Default value: 512
Return Return
(string) The site icon URL
Source Source
File: bp-blogs/bp-blogs-functions.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |