Functions |
Description |
---|---|
bp_messages_pagination_count() |
Generate the “Viewing message x to y (of z messages)” string for a loop. |
bp_messages_register_widgets() |
Register widgets for the Messages component. |
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. |
bp_messages_remove_user_to_group_message_thread() |
Add member to Group thread when h/she joined the group. |
bp_messages_repair_items_unread_count() |
Add message notification repair list item. |
bp_messages_screen_conversation_mark_notifications() |
Mark new message notification when member reads a message thread directly. |
bp_messages_screen_inbox_mark_notifications() | |
bp_messages_show_sites_notices() |
Display Sites notices on all the page |
bp_messages_slug() |
Output the messages component slug. |
bp_messages_star_action_handler() |
Action handler to set a message’s star status for those not using JS. |
bp_messages_star_bulk_manage_handler() |
Bulk manage handler to set the star status for multiple messages. |
bp_messages_star_bulk_management_dropdown() |
Add the “Add star” and “Remove star” options to the bulk management list. |
bp_messages_star_content() |
Screen content callback to display a user’s “Starred” messages page. |
bp_messages_star_enqueue_scripts() |
Enqueues the dashicons font. |
bp_messages_star_message_css_class() |
Add CSS class for the current message depending on starred status. |
bp_messages_star_screen() |
Screen handler to display a user’s “Starred” private messages page. |
bp_messages_star_set_action() |
Save or delete star message meta according to a message’s star status. |
bp_messages_subject_value() |
Output the default value for the Subject field. |
bp_messages_thread_delete_completely() |
Delete user from DB callback |
bp_messages_update_meta() |
Update a piece of message metadata. |
bp_messages_update_meta_cache() |
Slurp up metadata for a set of messages. |
bp_messages_username_value() |
Output the default username for the recipient box. |
bp_migrate_directory_page_titles() |
Update WP pages so that their post_title matches the legacy component directory title. |
bp_migrate_new_member_activity_component() |
Updates the component field for new_members type. |
bp_modify_document_title_parts() |
Filter the document title for BuddyPress pages. |
bp_modify_page_title() |
Filter the page title for BuddyPress pages. |
bp_nav_item_has_subnav() |
Check whether a given nav item has subnav items. |
bp_nav_menu() |
Display a navigation menu. |
bp_nav_menu_get_item_url() |
Get the URL for a BuddyPress WP nav menu item, based on slug. |
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. |
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. |
bp_new_group_avatar() |
Output the avatar for the group currently being created |
bp_new_group_description() |
Output the newly created group description after the creation process. |
bp_new_group_enable_forum() |
Output if the newly created group has forums enabled. |
bp_new_group_id() |
Output the newly created group ID after the creation process. |
bp_new_group_invite_friend_list() |
Output a list of friends who can be invited to a group |
bp_new_group_name() |
Output the newly created group name after the creation process. |
bp_new_group_status() |
Output the newly created group privacy. |
bp_new_site() |
When a new site is created in a multisite installation, run the activation routine on that site. |
bp_notices_clear_cache() |
Invalidate cache for notices. |
bp_notifications_action_bulk_manage() |
Handles bulk management (mark as read/unread, delete) of notifications. |
bp_notifications_action_delete() |
Handle deleting single notifications. |
bp_notifications_action_mark_read() |
Handle marking single notifications as read. |
bp_notifications_action_mark_unread() |
Handle marking single notifications as unread. |
bp_notifications_add_meta() |
Add a piece of notification metadata. |
bp_notifications_add_notification() |
Add a notification for a specific user, from a specific component. |
bp_notifications_buddybar_menu() |
Create the Notifications menu for the BuddyBar. |
bp_notifications_bulk_management_dropdown() |
Output the dropdown for bulk management of notifications. |
bp_notifications_check_notification_access() |
Check if a user has access to a specific notification. |
bp_notifications_clear_all_for_user_cache() |
Clear all notifications cache for a given user ID. |