bp_get_site_name()
Returns the name of the BP site. Used in RSS headers.
Description
Return
(string)
Source
File: bp-core/bp-core-template.php
function bp_get_site_name() {
/**
* Filters the name of the BP site. Used in RSS headers.
*
* @since BuddyPress 1.0.0
*
* @param string $value Current BP site name.
*/
return apply_filters( 'bp_site_name', get_bloginfo( 'name', 'display' ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.6.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.