Functions
Description
bp_blog_latest_post_permalink()

Output the permalink of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:779

bp_blog_latest_post_title()

Output the title of the latest post on the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:741

bp_blog_name()

Output the name of the current blog in the loop.

Source: bp-blogs/bp-blogs-template.php:486

bp_blog_permalink()

Source: bp-blogs/bp-blogs-template.php:456

bp_blog_signup_allowed()

Output whether blog signup is allowed.

Source: bp-core/bp-core-template.php:1152

bp_blog_signup_enabled()

Checks whether blog creation is enabled.

Source: bp-blogs/bp-blogs-template.php:998

bp_blogs()

Determine if there are still blogs left in the loop.

Source: bp-blogs/bp-blogs-template.php:196

bp_blogs_activity_comment_content_with_read_more()

Function which set the content on activity blog post comment.

Source: bp-activity/bp-activity-filters.php:2348

bp_blogs_activity_comment_permalink()

Changes activity comment permalinks to use the blog comment permalink instead of the activity permalink.

Source: bp-blogs/bp-blogs-activity.php:1428

bp_blogs_activity_comment_single_action()

Formats single activity comment entries to use the blog comment action.

Source: bp-blogs/bp-blogs-activity.php:1486

bp_blogs_activity_comment_single_permalink()

Changes single activity comment entries to use the blog comment permalink.

Source: bp-blogs/bp-blogs-activity.php:1456

bp_blogs_activity_content_set_temp_content()

Function which set the temporary content on the blog post activity.

Source: bp-activity/bp-activity-filters.php:2265

bp_blogs_activity_content_with_read_more()

Function which set the content on activity blog post.

Source: bp-activity/bp-activity-filters.php:2292

bp_blogs_add_blogmeta()

Add a piece of blog metadata.

Source: bp-blogs/bp-blogs-functions.php:1428

bp_blogs_add_user_to_blog()

Record a user’s association with a blog.

Source: bp-blogs/bp-blogs-functions.php:900

bp_blogs_blog_tabs()

Output navigation tabs for a user Blogs page.

Source: bp-blogs/bp-blogs-template.php:1342

bp_blogs_can_comment_reply()

Check if an activity comment associated with a blog post can be replied to.

Source: bp-blogs/bp-blogs-activity.php:1386

bp_blogs_catch_published_post()

Source: bp-core/deprecated/buddypress/2.0.php:26

bp_blogs_catch_transition_post_status()

Detect a change in post status, and initiate an activity update if necessary.

Source: bp-core/deprecated/buddypress/2.2.php:30

bp_blogs_clear_blog_object_cache()

Clear the blog object cache.

Source: bp-blogs/bp-blogs-cache.php:44

bp_blogs_comment_sync_activity_comment()

Update Activity and blogs meta and eventually sync comment with activity comment

Source: bp-blogs/bp-blogs-functions.php:751

bp_blogs_comments_clauses_select_by_id()

Only select comments by ID instead of all fields when using get_comments().

Source: bp-blogs/bp-blogs-filters.php:55

bp_blogs_comments_open()

Check if a blog post’s activity item should be closed from commenting.

Source: bp-blogs/bp-blogs-activity.php:603

bp_blogs_confirm_blog_signup()

Display a message after successful blog registration.

Source: bp-blogs/bp-blogs-template.php:1278

bp_blogs_creation_location()

Ensure that the ‘Create a new site’ link at wp-admin/my-sites.php points to the BP blog signup.

Source: bp-blogs/bp-blogs-filters.php:32

bp_blogs_delete_activity()

Delete a blog-related activity feed item.

Source: bp-blogs/bp-blogs-activity.php:572

bp_blogs_delete_activity_for_site()

Delete all ‘blogs’ activity items for a site when the site is deleted.

Source: bp-blogs/bp-blogs-activity.php:746

bp_blogs_delete_blogmeta()

Delete a metadata from the DB for a blog.

Source: bp-blogs/bp-blogs-functions.php:1345

bp_blogs_delete_new_blog_activity_for_site()

Deletes the ‘new_blog’ activity entry when a site is deleted.

Source: bp-blogs/bp-blogs-activity.php:719

bp_blogs_delete_url_blogmeta()

Deletes the ‘url’ blogmeta for a site.

Source: bp-blogs/bp-blogs-functions.php:587

bp_blogs_directory_permalink()

Output blog directory permalink.

Source: bp-blogs/bp-blogs-template.php:71

bp_blogs_disable_activity_commenting()

Disable activity commenting for blog posts based on certain criteria.

Source: bp-blogs/bp-blogs-activity.php:1297

bp_blogs_format_activity_action_new_blog()

Format ‘new_blog’ activity actions.

Source: bp-blogs/bp-blogs-activity.php:173

bp_blogs_format_activity_action_new_blog_comment()

Format ‘new_blog_comment’ activity actions.

Source: bp-blogs/bp-blogs-activity.php:322

bp_blogs_format_activity_action_new_blog_post()

Format ‘new_blog_post’ activity actions.

Source: bp-blogs/bp-blogs-activity.php:211

bp_blogs_format_activity_action_new_custom_post_type_feed()

Format ‘new_blog_*’ various custom post type activity actions.

Source: bp-blogs/bp-blogs-activity.php:1552

bp_blogs_format_clear_blog_cache()

Clear cache when a new blog is created.

Source: bp-core/deprecated/buddypress/2.2.php:75

bp_blogs_get_all_blogs()

Retrieve a list of all blogs.

Source: bp-blogs/bp-blogs-functions.php:1290

bp_blogs_get_allowed_roles()

The allowed blog roles a member must have to be recorded into the `bp_user_blogs` pointer table.

Source: bp-blogs/bp-blogs-functions.php:957

bp_blogs_get_blogmeta()

Get metadata for a given blog.

Source: bp-blogs/bp-blogs-functions.php:1384

bp_blogs_get_blogs()

Retrieve a set of blogs.

Source: bp-blogs/bp-blogs-functions.php:43

bp_blogs_get_blogs_for_user()

Get all of a user’s blogs, as tracked by BuddyPress.

Source: bp-blogs/bp-blogs-functions.php:1277

bp_blogs_get_profile_stats()

Return the number of blogs in user’s profile.

Source: bp-blogs/bp-blogs-template.php:1581

bp_blogs_get_random_blogs()

Retrieve a random list of blogs.

Source: bp-blogs/bp-blogs-functions.php:1303

bp_blogs_get_subdomain_base()

Return the base URL for subdomain installations of WordPress Multisite.

Source: bp-core/deprecated/buddypress/2.1.php:597

bp_blogs_has_directory()

Check whether the $bp global lists an activity directory page.

Source: bp-blogs/bp-blogs-functions.php:19

bp_blogs_is_blog_hidden()

Check whether a given blog is hidden.

Source: bp-blogs/bp-blogs-functions.php:1315

bp_blogs_is_blog_recordable()

Check whether a given blog should be recorded in activity feeds.

Source: bp-blogs/bp-blogs-functions.php:265

bp_blogs_is_blog_trackable()

Check whether a given blog should be tracked by the Blogs component.

Source: bp-blogs/bp-blogs-functions.php:311

bp_blogs_manage_comment()

bp_blogs_manage_comment( $comment_id, $comment_status )

Source: bp-core/deprecated/buddypress/1.6.php:108