bp_the_blog()
Get the current blog object in the loop.
Description Description
Return Return
(object) The current blog within the loop.
Source Source
File: bp-blogs/bp-blogs-template.php
function bp_the_blog() { global $blogs_template; return $blogs_template->the_blog(); }