File: bp-blogs/classes/class-bp-blogs-blog.php |
Description |
---|---|
BP_Blogs_Blog::get_blogs_for_user() |
Get all of a user’s blogs, as tracked by BuddyPress. |
BP_Blogs_Blog::get_blog_ids_for_user() |
Get IDs of all of a user’s blogs, as tracked by BuddyPress. |
BP_Blogs_Blog::is_recorded() |
Check whether a blog has been recorded by BuddyPress. |
BP_Blogs_Blog::total_blog_count_for_user() |
Return a count of associated blogs for a given user. |
BP_Blogs_Blog::search_blogs() |
Return a list of blogs matching a search term. |
BP_Blogs_Blog::get_all() |
Retrieve a list of all blogs. |
BP_Blogs_Blog::get_by_letter() |
Retrieve a list of blogs whose names start with a given letter. |
BP_Blogs_Blog::get_blog_extras() |
Fetch blog data not caught in the main query and append it to results array. |
BP_Blogs_Blog::is_hidden() |
Check whether a given blog is hidden. |
BP_Blogs_Blog::get_user_blog() |
Get ID of user-blog link. |