File: bp-groups/classes/class-bp-rest-groups-endpoint.php |
Description |
|---|---|
| BP_REST_Groups_Endpoint::bp_rest_user_can_post() |
Check the user can post activity into group or not based on settings. |
| bp_rest_groups_pre_insert_value |
Filters a group before it is inserted or updated via the REST API. |
| BP_REST_Groups_Endpoint::prepare_links() |
Prepare links for the request. |
| bp_rest_groups_prepare_links |
Filter links prepared for the REST response. |
| BP_REST_Groups_Endpoint::can_user_delete_or_update() |
See if user can delete or update a group. |
| BP_REST_Groups_Endpoint::can_see() |
Can a user see a group? |
| BP_REST_Groups_Endpoint::can_see_hidden_groups() |
Can this user see hidden groups? |
| BP_REST_Groups_Endpoint::get_group_object() |
Get group object. |
| BP_REST_Groups_Endpoint::get_endpoint_args_for_item_schema() |
Edit some arguments for the endpoint’s CREATABLE and EDITABLE methods. |
| bp_rest_groups_update_item_permissions_check |
Filter the groups `update_item` permissions check. |