Functions |
Description |
---|---|
bp_total_member_count() |
Output the total member count for the site. |
bp_total_mention_count_for_user() |
Output the total mention count for a specified user. |
bp_total_site_member_count() |
Output the total member count. |
bp_total_unread_messages_count() |
Output the unread messages count for the current inbox. |
bp_uninstall() |
Fire uninstall hook. |
bp_unique_id() |
Get unique ID. |
bp_unserialize_profile_field() |
Return unserialized profile field data, and combine any array items into a comma-separated string. |
bp_update_activity_feed_of_custom_post_type() |
Update the custom post type activity feed after the attachment attached to that particular custom post type. |
bp_update_activity_feed_of_post() |
Update the post activity feed after the attachment attached to that particular post. |
bp_update_db_stuff() |
This function was originally used to update pre-1.1 schemas, but that was before we had a legitimate update process. |
bp_update_default_doc_extensions() | |
bp_update_is_directory() |
Set the “is_directory” global. |
bp_update_is_item_admin() |
Set the “is_item_admin” global. |
bp_update_is_item_mod() |
Set the “is_item_mod” global. |
bp_update_meta_cache() |
Update the metadata cache for the specified objects. |
bp_update_option() |
Save an option. |
bp_update_to_1_2_4() |
1.2.3 update routine. |
bp_update_to_1_2_9() |
1.2.8 update routine. |
bp_update_to_1_3_0() | |
bp_update_to_1_4_0() | |
bp_update_to_1_4_3() |
Fix forums media showing in users profile media tab. |
bp_update_to_1_5() |
Remove unused metadata from database when upgrading from < 1.5. |
bp_update_to_1_5_1() |
Fix forums media showing in users profile media tab. |
bp_update_to_1_5_5() |
Fix message media showing in group photos tab. |
bp_update_to_1_6() |
Remove unused metadata from database when upgrading from < 1.6.0. |
bp_update_to_1_9() |
Add the notifications component to active components. |
bp_update_to_1_9_2() |
Perform database updates for BP 1.9.2. |
bp_update_to_2_0() |
2.0 update routine. |
bp_update_to_2_0_1() |
2.0.1 database upgrade routine. |
bp_update_to_2_2() |
2.2.0 update routine. |
bp_update_to_2_3() |
2.3.0 update routine. |
bp_update_to_2_5() |
2.5.0 update routine. |
bp_update_to_2_7() |
2.7.0 update routine. |
bp_update_to_3_1_1() |
3.1.1 update routine. |
bp_update_user_last_activity() |
Update a user’s last activity. |
bp_update_user_member_type_type_set() |
Set profile type while updating user profile. |
bp_update_user_meta() |
Update a piece of usermeta. |
bp_upload_dir() |
Set data from the BP root blog’s upload directory. |
bp_use_embed_in_activity() |
Are oembeds allowed in activity items? |
bp_use_embed_in_activity_replies() |
Are oembeds allowed in activity replies? |
bp_use_embed_in_private_messages() |
Are oembeds allowed in private messages? |
bp_use_theme_compat_with_current_theme() |
Should we use theme compat for this theme? |
bp_use_wp_admin_bar() |
Should we use the WP Toolbar? |
bp_user_can() |
Check whether the specified user has a given capability on a given site. |
bp_user_can_create_groups() |
Determine if the current logged in user can create groups. |
bp_user_firstname() |
Output the calculated first name of the displayed or logged-in user. |
bp_user_fullname() |
Alias of {@link bp_get_displayed_user_fullname()}. |
bp_user_has_access() |
Returns whether or not a user has access. |
bp_user_link() |
Alias of {@link bp_displayed_user_domain()}. |
bp_users_admin_profile_search_listing_add_users_tab() |
Added Navigation tab on top of the page BuddyBoss > Group Types |