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();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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