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

Filters the allowed roles a member must have to be recorded into bp_user_blogs pointer table.

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

bp_blogs_update_post_activity_meta()

Updates a blog post’s activity meta entry during a post edit.

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

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_comment_sync_activity_comment

Fires after an activity comment is added from a WP post comment.

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

bp_blogs_new_blog_comment

Fires after BuddyPress has recorded metadata about a published blog post comment.

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

bp_blogs_add_user_to_blog()

Record a user’s association with a blog.

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

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_update_option_thread_comments()

When toggling threaded comments, update thread depth in blogmeta table.

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

bp_blogs_update_option_thread_comments_depth()

When updating comment depth, update thread depth in blogmeta table.

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

bp_blogs_update_option_comment_moderation()

When updating comment moderation, mirror value in blogmeta table.

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