File: bp-blogs/classes/class-bp-blogs-blog.php |
Description |
---|---|
bp_blogs_blog_user_id_before_save |
Filters the blog user ID before save. |
bp_blogs_blog_id_before_save |
Filters the blog blog ID before save. |
bp_blogs_blog_before_save |
Fires before the current blog item gets saved. |
bp_blogs_blog_after_save |
Fires after the current blog item gets saved. |
BP_Blogs_Blog::exists() |
Check whether an association between this user and this blog exists. |
BP_Blogs_Blog::get() |
Retrieve a set of blog-user associations. |
BP_Blogs_Blog::delete_blog_for_all() |
Delete the record of a given blog for all users. |
BP_Blogs_Blog::delete_blog_for_user() |
Delete the record of a given blog for a specific user. |
BP_Blogs_Blog::delete_blogs_for_user() |
Delete all of a user’s blog associations in the BP tables. |
BP_Blogs_Blog |
The main BuddyPress blog class. |