File: bp-groups/classes/class-bp-rest-attachments-group-avatar-endpoint.php |
Description |
---|---|
bp_rest_attachments_group_avatar_schema |
Filters the group avatar schema. |
BP_REST_Attachments_Group_Avatar_Endpoint::get_item() |
Fetch an existing group avatar. |
BP_REST_Attachments_Group_Avatar_Endpoint::get_item_collection_params() |
Get the query params for the `get_item`. |
bp_rest_attachments_group_avatar_get_item |
Fires after a group avatar is fetched via the REST API. |
bp_rest_attachments_group_avatar_collection_params |
Filters the item collection query params. |
BP_REST_Attachments_Group_Avatar_Endpoint::get_item_permissions_check() |
Checks if a given request has access to get a group avatar. |
bp_rest_attachments_group_avatar_get_item_permissions_check |
Filter the group avatar `get_item` permissions check. |
BP_REST_Attachments_Group_Avatar_Endpoint::create_item() |
Upload a group avatar. |
bp_rest_attachments_group_avatar_create_item |
Fires after a group avatar is uploaded via the REST API. |
BP_REST_Attachments_Group_Avatar_Endpoint::create_item_permissions_check() |
Checks if a given request has access to upload a group avatar. |