File: bp-invites/classes/class-bp-rest-invites-endpoint.php |
Description |
---|---|
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_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Invites_Endpoint::get_item_schema() |
Get the invite schema, conforming to JSON Schema. |
bp_rest_invites_schema |
Filters the Invites schema. |