bp_the_blog()

Get the current blog object in the loop.

Description

Return

(object) The current blog within the loop.

Source

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

209
210
211
212
213
function bp_the_blog() {
    global $blogs_template;
 
    return $blogs_template->the_blog();
}

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.