bp_blogs_get_all_blogs( int|null $limit = null, int|null $page = null )

Retrieve a list of all blogs.

Description

See also

Parameters

$limit

(int|null) (Optional) See {@BP_Blogs_Blog::get_all()}.

Default value: null

$page

(int|null) (Optional) See {@BP_Blogs_Blog::get_all()}.

Default value: null

Return

(array) See {@BP_Blogs_Blog::get_all()}.

Source

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

function bp_blogs_get_all_blogs( $limit = null, $page = null ) {
	return BP_Blogs_Blog::get_all( $limit, $page );
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.