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
356 357 358 359 360 361 362 363 364 365 366 | 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.