Hooks |
Description |
---|---|
bp_rest_account_settings_schema |
Filters the Account Settings schema. |
bp_rest_activity_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_activity_collection_params |
Filters the collection query params. |
bp_rest_activity_comment_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_activity_comment_create_item_permissions_check |
Filter the activity comment `create_item` permissions check. |
bp_rest_activity_comment_details_schema |
Filters the activity details schema. |
bp_rest_activity_comment_get_items |
Fires after a list of activity details is fetched via the REST API. |
bp_rest_activity_comment_get_items_permissions_check |
Filter the activity comment permissions check. |
bp_rest_activity_create_item |
Fires after an activity item is created via the REST API. |
bp_rest_activity_create_item_permissions_check |
Filter the activity `create_item` permissions check. |
bp_rest_activity_default_scope |
Filter to update default scope. |
bp_rest_activity_delete_item |
Fires after an activity is deleted via the REST API. |
bp_rest_activity_delete_item_permissions_check |
Filter the activity `delete_item` permissions check. |
bp_rest_activity_details_get_items |
Fires after a list of activity details is fetched via the REST API. |
bp_rest_activity_details_get_items_permissions_check |
Filter the activity details permissions check. |
bp_rest_activity_details_schema |
Filters the activity details schema. |
bp_rest_activity_get_item |
Fires after an activity is fetched via the REST API. |
bp_rest_activity_get_item_permissions_check |
Filter the activity `get_item` permissions check. |
bp_rest_activity_get_items |
Fires after a list of activities is fetched via the REST API. |
bp_rest_activity_get_items_permissions_check |
Filter the activity `get_items` permissions check. |
bp_rest_activity_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_activity_link_preview_get_items |
Fires after the activity link preview is fetched via the REST API. |
bp_rest_activity_link_preview_get_items_permissions_check |
Filter the activity link preview permissions check. |
bp_rest_activity_link_preview_schema |
Filters the activity link preview schema. |
bp_rest_activity_pre_insert_value |
Filters an activity before it is inserted or updated via the REST API. |
bp_rest_activity_prepare_comments |
Filter activity comments returned from the API. |
bp_rest_activity_prepare_links |
Filter links prepared for the REST response. |
bp_rest_activity_prepare_value |
Filter an activity value returned from the API. |
bp_rest_activity_schema |
Filters the activity schema. |
bp_rest_activity_update_favorite |
Fires after user favorited activities has been updated via the REST API. |
bp_rest_activity_update_favorite_permissions_check |
Filter the activity `update_favorite` permissions check. |
bp_rest_activity_update_item |
Fires after an activity is updated via the REST API. |
bp_rest_activity_update_item_permissions_check |
Filter the activity `update_item` permissions check. |
bp_rest_api_init |
Fires the ‘bp_rest_api_init’ function, where BuddyPress registers REST API endpoints. |
bp_rest_api_is_available |
Filter here to disable the BP REST API. |
bp_rest_attachments_blog_avatar_collection_params |
Filters the item collection query params. |
bp_rest_attachments_blog_avatar_get_item |
Fires after a blog avatar is fetched via the REST API. |
bp_rest_attachments_blog_avatar_get_item_permissions_check |
Filter the blog avatar `get_item` permissions check. |
bp_rest_attachments_blog_avatar_prepare_value |
Filter a blog avatar value returned from the API. |
bp_rest_attachments_blog_avatar_schema |
Filters the blog avatar schema. |
bp_rest_attachments_group_avatar_collection_params |
Filters the item collection query params. |
bp_rest_attachments_group_avatar_create_item |
Fires after a group avatar is uploaded via the REST API. |
bp_rest_attachments_group_avatar_create_item_permissions_check |
Filter the group avatar `create_item` permissions check. |
bp_rest_attachments_group_avatar_delete_item |
Fires after a group avatar is deleted via the REST API. |
bp_rest_attachments_group_avatar_delete_item_permissions_check |
Filter the group avatar `delete_item` permissions check. |
bp_rest_attachments_group_avatar_get_item |
Fires after a group avatar is fetched via the REST API. |
bp_rest_attachments_group_avatar_get_item_permissions_check |
Filter the group avatar `get_item` permissions check. |
bp_rest_attachments_group_avatar_prepare_value |
Filter a group avatar value returned from the API. |
bp_rest_attachments_group_avatar_schema |
Filters the group avatar schema. |
bp_rest_attachments_group_cover_create_item |
Fires after a group cover is uploaded via the REST API. |