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


Top ↑

Return Return

(string) The site icon URL


Top ↑

Source Source

File: bp-blogs/bp-blogs-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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