bp_site_name()
Output the name of the BP site. Used in RSS headers.
Description Description
Source Source
File: bp-core/bp-core-template.php
function bp_site_name() { echo bp_get_site_name(); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |