File: bp-blogs/classes/class-bp-blogs-blog.php |
Description |
|---|---|
| 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. |
| 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. |