bp_blog_description()

Output the description of the current blog in the loop.

Description

Source

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

function bp_blog_description() {

	/**
	 * Filters the description of the current blog in the loop.
	 *
	 * @since BuddyPress 1.2.0
	 *
	 * @param string $value Description of the current blog in the loop.
	 */
	echo apply_filters( 'bp_blog_description', bp_get_blog_description() );
}

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.