Functions
Description
bp_messages_pagination_count()

Generate the “Viewing message x to y (of z messages)” string for a loop.

Source: bp-messages/bp-messages-template.php:833

bp_messages_register_widgets()

Register widgets for the Messages component.

Source: bp-messages/bp-messages-widgets.php:17

bp_messages_remove_data()

When a user is deleted, we need to clean up the database and remove all the message data from each table.

Source: bp-messages/bp-messages-functions.php:898

bp_messages_remove_user_to_group_message_thread()

Add member to Group thread when h/she joined the group.

Source: bp-messages/bp-messages-filters.php:610

bp_messages_repair_items_unread_count()

Add message notification repair list item.

Source: bp-messages/bp-messages-filters.php:666

bp_messages_screen_conversation_mark_notifications()

Mark new message notification when member reads a message thread directly.

Source: bp-messages/bp-messages-notifications.php:208

bp_messages_screen_inbox_mark_notifications()

Source: bp-core/deprecated/buddypress/2.0.php:35

bp_messages_show_sites_notices()

Display Sites notices on all the page

Source: bp-messages/bp-messages-functions.php:912

bp_messages_slug()

Output the messages component slug.

Source: bp-messages/bp-messages-template.php:1312

bp_messages_star_action_handler()

Action handler to set a message’s star status for those not using JS.

Source: bp-messages/actions/star.php:14

bp_messages_star_bulk_manage_handler()

Bulk manage handler to set the star status for multiple messages.

Source: bp-messages/actions/bulk-manage-star.php:14

bp_messages_star_bulk_management_dropdown()

Add the “Add star” and “Remove star” options to the bulk management list.

Source: bp-messages/bp-messages-star.php:342

bp_messages_star_content()

Screen content callback to display a user’s “Starred” messages page.

Source: bp-messages/screens/starred.php:32

bp_messages_star_enqueue_scripts()

Enqueues the dashicons font.

Source: bp-messages/bp-messages-star.php:328

bp_messages_star_message_css_class()

Add CSS class for the current message depending on starred status.

Source: bp-messages/bp-messages-star.php:360

bp_messages_star_screen()

Screen handler to display a user’s “Starred” private messages page.

Source: bp-messages/screens/starred.php:14

bp_messages_star_set_action()

Save or delete star message meta according to a message’s star status.

Source: bp-messages/bp-messages-star.php:255

bp_messages_subject_value()

Output the default value for the Subject field.

Source: bp-messages/bp-messages-template.php:948

bp_messages_thread_delete_completely()

Delete user from DB callback

Source: bp-messages/bp-messages-functions.php:886

bp_messages_update_meta()

Update a piece of message metadata.

Source: bp-messages/bp-messages-functions.php:661

bp_messages_update_meta_cache()

Slurp up metadata for a set of messages.

Source: bp-messages/bp-messages-cache.php:27

bp_messages_username_value()

Output the default username for the recipient box.

Source: bp-messages/bp-messages-template.php:917

bp_migrate_directory_page_titles()

Update WP pages so that their post_title matches the legacy component directory title.

Source: bp-core/bp-core-update.php:775

bp_migrate_new_member_activity_component()

Updates the component field for new_members type.

Source: bp-core/bp-core-update.php:724

bp_modify_document_title_parts()

Filter the document title for BuddyPress pages.

Source: bp-core/bp-core-filters.php:661

bp_modify_page_title()

Filter the page title for BuddyPress pages.

Source: bp-core/bp-core-filters.php:594

bp_nav_item_has_subnav()

Check whether a given nav item has subnav items.

Source: bp-core/bp-core-buddybar.php:759

bp_nav_menu()

Display a navigation menu.

Source: bp-core/bp-core-template.php:3958

bp_nav_menu_get_item_url()

Get the URL for a BuddyPress WP nav menu item, based on slug.

Source: bp-core/bp-core-functions.php:3011

bp_nav_menu_get_loggedin_pages()

Create fake “post” objects for BP’s logged-in nav menu for use in the WordPress “Menus” settings page.

Source: bp-core/bp-core-functions.php:2720

bp_nav_menu_get_loggedout_pages()

Create fake “post” objects for BP’s logged-out nav menu for use in the WordPress “Menus” settings page.

Source: bp-core/bp-core-functions.php:2938

bp_new_group_avatar()

Output the avatar for the group currently being created

Source: bp-groups/bp-groups-template.php:5900

bp_new_group_description()

Output the newly created group description after the creation process.

Source: bp-groups/bp-groups-template.php:5800

bp_new_group_enable_forum()

Output if the newly created group has forums enabled.

Source: bp-groups/bp-groups-template.php:5832

bp_new_group_id()

Output the newly created group ID after the creation process.

Source: bp-groups/bp-groups-template.php:5736

bp_new_group_invite_friend_list()

Output a list of friends who can be invited to a group

Source: bp-groups/bp-groups-template.php:6124

bp_new_group_name()

Output the newly created group name after the creation process.

Source: bp-groups/bp-groups-template.php:5768

bp_new_group_status()

Output the newly created group privacy.

Source: bp-groups/bp-groups-template.php:5864

bp_new_site()

When a new site is created in a multisite installation, run the activation routine on that site.

Source: bp-core/admin/bp-core-admin-actions.php:81

bp_notices_clear_cache()

Invalidate cache for notices.

Source: bp-messages/bp-messages-cache.php:102

bp_notifications_action_bulk_manage()

Handles bulk management (mark as read/unread, delete) of notifications.

Source: bp-notifications/actions/bulk-manage.php:16

bp_notifications_action_delete()

Handle deleting single notifications.

Source: bp-notifications/actions/delete.php:16

bp_notifications_action_mark_read()

Handle marking single notifications as read.

Source: bp-notifications/screens/unread.php:40

bp_notifications_action_mark_unread()

Handle marking single notifications as unread.

Source: bp-notifications/screens/read.php:40

bp_notifications_add_meta()

Add a piece of notification metadata.

Source: bp-notifications/bp-notifications-functions.php:809

bp_notifications_add_notification()

Add a notification for a specific user, from a specific component.

Source: bp-notifications/bp-notifications-functions.php:34

bp_notifications_buddybar_menu()

Create the Notifications menu for the BuddyBar.

Source: bp-core/deprecated/buddypress/2.1.php:531

bp_notifications_bulk_management_dropdown()

Output the dropdown for bulk management of notifications.

Source: bp-notifications/bp-notifications-template.php:1022

bp_notifications_check_notification_access()

Check if a user has access to a specific notification.

Source: bp-notifications/bp-notifications-functions.php:598

bp_notifications_clear_all_for_user_cache()

Clear all notifications cache for a given user ID.

Source: bp-notifications/bp-notifications-cache.php:45