bp_blogs()
Determine if there are still blogs left in the loop.
Description Description
Return Return
(bool) Returns true when blogs are found.
Source Source
File: bp-blogs/bp-blogs-template.php
function bp_blogs() {
global $blogs_template;
return $blogs_template->blogs();
}