File: bp-invites/classes/class-bp-rest-invites-endpoint.php |
Description |
---|---|
BP_REST_Invites_Endpoint::delete_item_permissions_check() |
Check if a given request has access to delete an invite. |
bp_rest_invites_delete_item_permissions_check |
Filter the invites `delete_item` permissions check. |
BP_REST_Invites_Endpoint::get_invite_profile_type() |
Sent Invites Profile Type. |
bp_rest_invites_get_invite_profile_type |
Fires after a list of sent invites profile type is fetched via the REST API. |
BP_REST_Invites_Endpoint::get_invite_profile_type_permissions_check() |
Check if a given request has access to invites profile type items. |
bp_rest_invites_get_invite_profile_type_permissions_check |
Filter the invites `get_invite_profile_type` permissions check. |
BP_REST_Invites_Endpoint::prepare_item_for_response() |
Prepares Invite data for return as an object. |
bp_rest_invites_prepare_value |
Filter a invite value returned from the API. |
BP_REST_Invites_Endpoint::get_endpoint_args_for_item_schema() |
Edit some arguments for the endpoint’s CREATABLE and EDITABLE methods. |
BP_REST_Invites_Endpoint::get_items_permissions_check() |
Check if a given request has access to invites items. |