Hooks |
Description |
---|---|
bp_rest_members_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_members_action_enum_args |
BP REST: BP_REST_Members_Actions_Endpoint class |
bp_rest_members_action_query_args |
Filter the query arguments for the request. |
bp_rest_members_action_schema |
Filters the members action schema. |
bp_rest_members_action_update_item |
Fires after a Member action is updated via the REST API. |
bp_rest_members_action_update_item_permissions_check |
Filter the members `update_item` permissions check. |
bp_rest_members_collection_params |
Filters the collection query params. |
bp_rest_members_create_item_permissions_check |
Filter or override the members `create_item` permissions check. |
bp_rest_members_delete_item_permissions_check |
Filter the members `delete_item` permissions check. |
bp_rest_members_detail_get_items |
Fires after a list of members details is fetched via the REST API. |
bp_rest_members_details_get_items |
Fires after a list of members details is fetched via the REST API. |
bp_rest_members_get_item_permissions_check |
Filter the members `get_item` permissions check. |
bp_rest_members_get_items |
Fires after a list of members is fetched via the REST API. |
bp_rest_members_get_items_permissions_check |
Filter the members `get_items` permissions check. |
bp_rest_members_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_members_pre_insert_value |
Filters an user object before it is inserted or updated via the REST API. |
bp_rest_members_prepare_value |
Filters user data returned from the API. |
bp_rest_members_schema |
Filters the members schema. |
bp_rest_members_update_item_permissions_check |
Filter the members `update_item` permissions check. |
bp_rest_mention_collection_params |
Filters the collection query params. |
bp_rest_mention_get_items_permissions_check |
Filter the mention `get_items` permissions check. |
bp_rest_mention_items |
Fires after a component is updated via the REST API. |
bp_rest_mention_schema |
Filters the mention schema. |
bp_rest_message_pre_insert_value |
Filters a message before it is inserted via the REST API. |
bp_rest_message_prepare_value |
Filter a message value returned from the API. |
bp_rest_message_schema |
Filters the message schema. |
bp_rest_message_search_recipients_schema |
Filters the message search recipients schema. |
bp_rest_message_update_starred_item |
Fires after a message is starred/unstarred via the REST API. |
bp_rest_messages_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_messages_action_items |
Fires after a thread is fetched via the REST API. |
bp_rest_messages_action_items_permissions_check |
Filter the messages `action_items` permissions check. |
bp_rest_messages_can_edit_item_meta |
Filter here to allow more users to edit the message meta (eg: the recipients). |
bp_rest_messages_collection_params |
Filters the collection query params. |
bp_rest_messages_create_item |
Fires after a message is created via the REST API. |
bp_rest_messages_create_item_permissions_check |
Filter the messages `create_item` permissions check. |
bp_rest_messages_delete_item |
Fires after a thread is deleted via the REST API. |
bp_rest_messages_delete_item_permissions_check |
Filter the thread `delete_item` permissions check. |
bp_rest_messages_get_item |
Fires after a thread is fetched via the REST API. |
bp_rest_messages_get_item_permissions_check |
Filter the messages `get_item` permissions check. |
bp_rest_messages_get_items |
Fires after a thread is fetched via the REST API. |
bp_rest_messages_get_items_permissions_check |
Filter the messages `get_items` permissions check. |
bp_rest_messages_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_messages_group_collection_params |
Filters the collection query params. |
bp_rest_messages_group_create_item_permissions_check |
Filter the messages `create_item` permissions check. |
bp_rest_messages_prepare_links |
Filter links prepared for the REST response. |
bp_rest_messages_prepare_recipient_value |
Filter a recipient value returned from the API. |
bp_rest_messages_prepare_value |
Filter a thread value returned from the API. |
bp_rest_messages_search_recipients_items |
Fires after a member suggetion is fetched via the REST API. |
bp_rest_messages_search_recipients_items_permissions_check |
Filter the messages `search_recipients_items` permissions check. |
bp_rest_messages_search_thread_items |
Fires after a thread id is fetched via the REST API. |