BP_Blogs_Template::has_blogs()

Whether there are blogs available in the loop.


Description Description

See also See also


Top ↑

Return Return

(bool) True if there are items in the loop, otherwise false.


Top ↑

Source Source

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

	public function has_blogs() {
		return (bool) ! empty( $this->blog_count );
	}

Top ↑

User Contributed Notes User Contributed Notes

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