bp_the_blog()

Get the current blog object in the loop.


Description Description


Return Return

(object) The current blog within the loop.


Top ↑

Source Source

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

function bp_the_blog() {
	global $blogs_template;

	return $blogs_template->the_blog();
}

Top ↑

User Contributed Notes User Contributed Notes

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