bp_blogs()

Determine if there are still blogs left in the loop.


Description Description


Return Return

(bool) Returns true when blogs are found.


Top ↑

Source Source

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

function bp_blogs() {
	global $blogs_template;

	return $blogs_template->blogs();
}

Top ↑

User Contributed Notes User Contributed Notes

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