Hooks |
Description |
---|---|
bp_rest_messages_search_thread_items_permissions_check |
Filter the messages `search_thread_items` permissions check. |
bp_rest_messages_update_item |
Fires after a message is updated via the REST API. |
bp_rest_messages_update_item_permissions_check |
Filter the message `update_item` permissions check. |
bp_rest_messages_update_starred_permissions_check |
Filter the message `update_starred` permissions check. |
bp_rest_namespace |
Filter API namespace. |
bp_rest_notification_schema |
Filters the notifications schema. |
bp_rest_notifications_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_notifications_collection_params |
Filters the collection query params. |
bp_rest_notifications_create_item |
Fires after a notification is created via the REST API. |
bp_rest_notifications_create_item_permissions_check |
Filter the notifications `create_item` permissions check. |
bp_rest_notifications_delete_item |
Fires after a notification is deleted via the REST API. |
bp_rest_notifications_delete_item_permissions_check |
Filter the notifications `delete_item` permissions check. |
bp_rest_notifications_get_item |
Fires after a notification is fetched via the REST API. |
bp_rest_notifications_get_item_permissions_check |
Filter the notifications `get_item` permissions check. |
bp_rest_notifications_get_items |
Fires after notifications are fetched via the REST API. |
bp_rest_notifications_get_items_permissions_check |
Filter the notifications `get_items` permissions check. |
bp_rest_notifications_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_notifications_pre_insert_value |
Filters a notification before it is inserted or updated via the REST API. |
bp_rest_notifications_prepare_links |
Filter links prepared for the REST response. |
bp_rest_notifications_prepare_value |
Filter a notification value returned from the API. |
bp_rest_notifications_update_item |
Fires after a notification is updated via the REST API. |
bp_rest_notifications_update_item_permissions_check |
Filter the notifications `update_item` permissions check. |
bp_rest_nouveau_get_nav_count |
Filter to edit the count attribute for the nav item. |
bp_rest_nouveau_nav_has_count |
Filter to edit whether the nav has a count attribute. |
bp_rest_profile_dropdown_prepare_children |
Filter sub navigation returned from the API. |
bp_rest_profile_dropdown_prepare_value |
Filter an navigation value returned from the API. |
bp_rest_replies_get_items |
Fires after a list of replies is fetched via the REST API. |
bp_rest_replies_get_items_permissions_check |
Filter the replies `get_items` permissions check. |
bp_rest_reply_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_reply_action_item_permissions_check |
Filter the reply `action_item` permissions check. |
bp_rest_reply_create_item |
Fires after a reply is created via the REST API. |
bp_rest_reply_create_item_permissions_check |
Filter the reply `create_item` permissions check. |
bp_rest_reply_delete_item |
Fires after a reply is deleted via the REST API. |
bp_rest_reply_delete_item_permissions_check |
Filter the reply `delete_item` permissions check. |
bp_rest_reply_get_item |
Fires after a list of reply is fetched via the REST API. |
bp_rest_reply_get_item_permissions_check |
Filter the reply `get_item` permissions check. |
bp_rest_reply_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_reply_object |
Filter reply data before inserting user via REST API |
bp_rest_reply_prepare_links |
Filter links prepared for the REST response. |
bp_rest_reply_schema |
Filters the reply schema. |
bp_rest_reply_update_item |
Fires after a reply is edited via the REST API. |
bp_rest_reply_update_item_permissions_check |
Filter the reply `update_item` permissions check. |
bp_rest_replys_collection_params |
Filters the collection query params. |
bp_rest_settings_collection_params |
Filters the collection query params. |
bp_rest_settings_get_items |
Fires after a list of settings is fetched via the REST API. |
bp_rest_settings_get_items_permissions_check |
Filter the settings `get_items` permissions check. |
bp_rest_settings_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_settings_schema |
Filters the settings schema. |
bp_rest_signup_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_signup_activate_item |
Fires after a signup is activated via the REST API. |