File: bp-groups/classes/class-bp-rest-groups-endpoint.php
Description
bp_rest_groups_update_item

Fires after a group is updated via the REST API.

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

BP_REST_Groups_Endpoint

Groups endpoints.

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

BP_REST_Groups_Endpoint::update_item_permissions_check()

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

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

BP_REST_Groups_Endpoint::__construct()

Constructor.

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

BP_REST_Groups_Endpoint::register_routes()

Register the component routes.

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

BP_REST_Groups_Endpoint::get_items()

Retrieve groups.

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

bp_rest_groups_get_items_query_args

Filter the query arguments for the request.

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

BP_REST_Groups_Endpoint::get_items_permissions_check()

Check if a given request has access to group items.

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

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