File: bp-blogs/classes/class-bp-blogs-blog.php |
Description |
---|---|
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. |
BP_Blogs_Blog::__construct() |
Constructor method. |
BP_Blogs_Blog::populate() |
Populate the object with data about the specific activity item. |
BP_Blogs_Blog::save() |
Save the BP blog data to the database. |
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. |