File: bp-blogs/bp-blogs-functions.php |
Description |
---|---|
bp_blogs_get_blogs_for_user() |
Get all of a user’s blogs, as tracked by BuddyPress. |
bp_blogs_remove_user_from_blog() |
Remove a blog-user pair from BP’s blog tracker. |
bp_blogs_maybe_add_user_to_blog() |
Rehook WP’s maybe_add_existing_user_to_blog with a later priority. |
bp_blogs_remove_blog() |
Remove the “blog created” item from the BP blogs tracker and activity feed. |
bp_blogs_before_remove_blog |
Fires before a “blog created” item is removed from blogs tracker and activity feed. |
bp_blogs_remove_blog |
Fires after a “blog created” item has been removed from blogs tracker and activity feed. |
bp_blogs_remove_blog_for_user() |
Remove a blog from the tracker for a specific user. |
bp_blogs_before_remove_blog_for_user |
Fires before a blog is removed from the tracker for a specific user. |
bp_blogs_remove_blog_for_user |
Fires after a blog has been removed from the tracker for a specific user. |
bp_blogs_post_type_remove_comment() |
Remove a synced activity comment from the activity feed. |