File: bp-messages/classes/class-bp-rest-messages-endpoint.php |
Description |
---|---|
bp_rest_messages_create_item |
Fires after a message is created via the REST API. |
BP_REST_Messages_Endpoint::update_starred() |
Adds or removes the message from the current user’s starred box. |
BP_REST_Messages_Endpoint::create_item_permissions_check() |
Check if a given request has access to create a message. |
bp_rest_message_update_starred_item |
Fires after a message is starred/unstarred via the REST API. |
bp_rest_message_schema |
Filters the message schema. |
bp_rest_messages_create_item_permissions_check |
Filter the messages `create_item` permissions check. |
BP_REST_Messages_Endpoint |
Messages endpoints. |
BP_REST_Messages_Endpoint::search_recipients_items() |
Search Recipients for the message. |
BP_REST_Messages_Endpoint::__construct() |
Constructor. |
bp_rest_messages_search_recipients_items |
Fires after a member suggetion is fetched via the REST API. |