File: bp-friends/classes/class-bp-rest-friends-endpoint.php |
Description |
---|---|
BP_REST_Friends_Endpoint::create_item_permissions_check() |
Check if a given request has access to create a friendship. |
BP_REST_Friends_Endpoint::get_friendship_object() |
Get friendship object. |
bp_rest_friends_create_item_permissions_check |
Filter the friends `create_item` permissions check. |
BP_REST_Friends_Endpoint::get_endpoint_args_for_item_schema() |
Edit some arguments for the endpoint’s CREATABLE and EDITABLE methods. |
BP_REST_Friends_Endpoint |
Friendship endpoints. |
BP_REST_Friends_Endpoint::update_item() |
Update friendship. |
bp_rest_friends_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Friends_Endpoint::__construct() |
Constructor. |
bp_rest_friends_update_item |
Fires after a friendship is updated via the REST API. |
BP_REST_Friends_Endpoint::get_item_schema() |
Get the friends schema, conforming to JSON Schema. |