bp_get_blog_description()

Return the description of the current blog in the loop.

Description

Return

(string) Description of the current blog in the loop.

Source

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

554
555
556
557
558
559
560
561
562
563
564
565
function bp_get_blog_description() {
    global $blogs_template;
 
    /**
     * Filters the description of the current blog in the loop.
     *
     * @since BuddyPress 1.0.0
     *
     * @param string $value Description of the current blog in the loop.
     */
    return apply_filters( 'bp_get_blog_description', $blogs_template->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.