File: bp-friends/classes/class-bp-rest-friends-endpoint.php |
Description |
---|---|
BP_REST_Friends_Endpoint::get_items() |
Retrieve friendships. |
bp_rest_friends_update_item_permissions_check |
Filter the friendship `update_item` permissions check. |
BP_REST_Friends_Endpoint::get_collection_params() |
Get the query params for friends collections. |
bp_rest_friends_get_items_query_args |
Filter the query arguments for the request. |
BP_REST_Friends_Endpoint::delete_items() |
Unfriend a friendship. |
bp_rest_friends_collection_params |
Filters the collection query params. |
bp_rest_friends_get_items |
Fires after friendships are fetched via the REST API. |
bp_rest_friends_delete_items |
Fires after a friendship is deleted via the REST API. |
BP_REST_Friends_Endpoint::get_items_permissions_check() |
Check if a given request has access to friendship items. |
BP_REST_Friends_Endpoint::delete_items_permissions_check() |
Check if a given request has access to unfriend a friendship. |