Functions |
Description |
---|---|
bp_blog_latest_post_permalink() |
Output the permalink of the latest post on the current blog in the loop. |
bp_blog_latest_post_title() |
Output the title of the latest post on the current blog in the loop. |
bp_blog_name() |
Output the name of the current blog in the loop. |
bp_blog_permalink() | |
bp_blog_signup_allowed() |
Output whether blog signup is allowed. |
bp_blog_signup_enabled() |
Checks whether blog creation is enabled. |
bp_blogs() |
Determine if there are still blogs left in the loop. |
bp_blogs_activity_comment_content_with_read_more() |
Function which set the content on activity blog post comment. |
bp_blogs_activity_comment_permalink() |
Changes activity comment permalinks to use the blog comment permalink instead of the activity permalink. |
bp_blogs_activity_comment_single_action() |
Formats single activity comment entries to use the blog comment action. |
bp_blogs_activity_comment_single_permalink() |
Changes single activity comment entries to use the blog comment permalink. |
bp_blogs_activity_content_set_temp_content() |
Function which set the temporary content on the blog post activity. |
bp_blogs_activity_content_with_read_more() |
Function which set the content on activity blog post. |
bp_blogs_add_blogmeta() |
Add a piece of blog metadata. |
bp_blogs_add_user_to_blog() |
Record a user’s association with a blog. |
bp_blogs_blog_tabs() |
Output navigation tabs for a user Blogs page. |
bp_blogs_can_comment_reply() |
Check if an activity comment associated with a blog post can be replied to. |
bp_blogs_catch_published_post() | |
bp_blogs_catch_transition_post_status() |
Detect a change in post status, and initiate an activity update if necessary. |
bp_blogs_clear_blog_object_cache() |
Clear the blog object cache. |
bp_blogs_comment_sync_activity_comment() |
Update Activity and blogs meta and eventually sync comment with activity comment |
bp_blogs_comments_clauses_select_by_id() |
Only select comments by ID instead of all fields when using get_comments(). |
bp_blogs_comments_open() |
Check if a blog post’s activity item should be closed from commenting. |
bp_blogs_confirm_blog_signup() |
Display a message after successful blog registration. |
bp_blogs_creation_location() |
Ensure that the ‘Create a new site’ link at wp-admin/my-sites.php points to the BP blog signup. |
bp_blogs_delete_activity() |
Delete a blog-related activity feed item. |
bp_blogs_delete_activity_for_site() |
Delete all ‘blogs’ activity items for a site when the site is deleted. |
bp_blogs_delete_blogmeta() |
Delete a metadata from the DB for a blog. |
bp_blogs_delete_new_blog_activity_for_site() |
Deletes the ‘new_blog’ activity entry when a site is deleted. |
bp_blogs_delete_url_blogmeta() |
Deletes the ‘url’ blogmeta for a site. |
bp_blogs_directory_permalink() |
Output blog directory permalink. |
bp_blogs_disable_activity_commenting() |
Disable activity commenting for blog posts based on certain criteria. |
bp_blogs_format_activity_action_new_blog() |
Format ‘new_blog’ activity actions. |
bp_blogs_format_activity_action_new_blog_comment() |
Format ‘new_blog_comment’ activity actions. |
bp_blogs_format_activity_action_new_blog_post() |
Format ‘new_blog_post’ activity actions. |
bp_blogs_format_activity_action_new_custom_post_type_feed() |
Format ‘new_blog_*’ various custom post type activity actions. |
bp_blogs_format_clear_blog_cache() |
Clear cache when a new blog is created. |
bp_blogs_get_all_blogs() |
Retrieve a list of all blogs. |
bp_blogs_get_allowed_roles() |
The allowed blog roles a member must have to be recorded into the `bp_user_blogs` pointer table. |
bp_blogs_get_blogmeta() |
Get metadata for a given blog. |
bp_blogs_get_blogs() |
Retrieve a set of blogs. |
bp_blogs_get_blogs_for_user() |
Get all of a user’s blogs, as tracked by BuddyPress. |
bp_blogs_get_profile_stats() |
Return the number of blogs in user’s profile. |
bp_blogs_get_random_blogs() |
Retrieve a random list of blogs. |
bp_blogs_get_subdomain_base() |
Return the base URL for subdomain installations of WordPress Multisite. |
bp_blogs_has_directory() |
Check whether the $bp global lists an activity directory page. |
bp_blogs_is_blog_hidden() |
Check whether a given blog is hidden. |
bp_blogs_is_blog_recordable() |
Check whether a given blog should be recorded in activity feeds. |
bp_blogs_is_blog_trackable() |
Check whether a given blog should be tracked by the Blogs component. |
bp_blogs_manage_comment() |
bp_blogs_manage_comment( $comment_id, $comment_status ) |