bp-document/bp-document-functions.php:
bp_document_user_can_manage_document()
|
Check user have a permission to manage the document.
|
bp-templates/bp-nouveau/includes/messages/ajax.php:
bp_nouveau_ajax_delete_thread()
|
AJAX delete entire thread.
|
bp-messages/classes/class-bp-rest-messages-endpoint.php:
BP_REST_Messages_Endpoint::update_starred_permissions_check()
|
Check if a given request has access to update user starred messages.
|
bp-messages/classes/class-bp-rest-messages-actions-endpoint.php:
BP_REST_Messages_Actions_Endpoint::action_items_permissions_check()
|
Check if a given request has access to thread items.
|
bp-messages/classes/class-bp-rest-messages-endpoint.php:
BP_REST_Messages_Endpoint::get_item_permissions_check()
|
Check if a given request has access to a thread item.
|
bp-media/bp-media-functions.php:
bp_media_user_can_manage_media()
|
Check user have a permission to manage the media.
|
bp-messages/bp-messages-star.php:
bp_messages_star_set_action()
|
Save or delete star message meta according to a message’s star status.
|
bp-messages/actions/bulk-delete.php:
messages_action_bulk_delete()
|
Process a request to bulk delete messages.
|
bp-messages/actions/unread.php:
bp_messages_action_mark_unread()
|
Handle marking a single message thread as unread.
|
bp-messages/screens/view.php:
messages_screen_conversation()
|
Load an individual conversation screen.
|
bp-messages/actions/bulk-manage.php:
bp_messages_action_bulk_manage()
|
Handle bulk management (mark as read/unread, delete) of message threads.
|
bp-messages/actions/delete.php:
messages_action_delete_message()
|
Process a request to delete a message.
|
bp-messages/actions/read.php:
bp_messages_action_mark_read()
|
Handle marking a single message thread as read.
|
bp-messages/actions/view.php:
messages_action_conversation()
|
Process a request to view a single message thread.
|
bp-templates/bp-nouveau/includes/messages/ajax.php:
bp_nouveau_ajax_messages_send_reply()
|
AJAX send message reply and display error.
|
bp-templates/bp-nouveau/includes/messages/ajax.php:
bp_nouveau_ajax_messages_thread_read()
|
AJAX mark message as read.
|
bp-templates/bp-nouveau/includes/messages/ajax.php:
bp_nouveau_ajax_delete_thread_messages()
|
AJAX delete logged in user entire messages of given thread.
|
bp-templates/bp-nouveau/includes/messages/ajax.php:
bp_nouveau_ajax_readunread_thread_messages()
|
AJAX mark message as read/unread
|