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.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1687

bp_rest_groups_update_item_permissions_check

Filter the groups `update_item` permissions check.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:571

bp_rest_groups_{$key}_query_arguments

Filters the method query arguments.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1179

BP_REST_Groups_Endpoint::delete_item()

Delete a group.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:591

BP_REST_Groups_Endpoint::get_item_schema()

Get the group schema, conforming to JSON Schema.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1188

bp_rest_groups_delete_item

Fires after a group is deleted via the REST API.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:635

BP_REST_Groups_Endpoint::get_collection_params()

Get the query params for collections of groups.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1456

BP_REST_Groups_Endpoint::delete_item_permissions_check()

Check if a given request has access to delete a group.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:648

bp_rest_groups_collection_params

Filters the collection query params.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:1582

bp_rest_groups_delete_item_permissions_check

Filter the groups `delete_item` permissions check.

Source: bp-groups/classes/class-bp-rest-groups-endpoint.php:691