File: bp-groups/classes/class-bp-rest-groups-endpoint.php
Description
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

BP_REST_Groups_Endpoint::bp_rest_group_is_forum_enabled()

Check the forum is enable or not with platform.

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

bp_rest_groups_get_items_permissions_check

Filter the groups `get_items` permissions check.

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

BP_REST_Groups_Endpoint::get_item()

Retrieve a group.

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

BP_REST_Groups_Endpoint::get_item_permissions_check()

Check if a given request has access to get information about a specific group.

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

bp_rest_groups_get_item_permissions_check

Filter the groups `get_item` permissions check.

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

BP_REST_Groups_Endpoint::create_item()

Create a group.

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