File: bp-forums/classes/class-bp-rest-forums-endpoint.php
Description
BP_REST_Forums_Endpoint::get_items()

Retrieve Forums.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:117

bp_rest_forums_get_items_query_args

Filter the query arguments for the request.

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

bp_rest_forums_get_items

Fires after a list of forums is fetched via the REST API.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:226

BP_REST_Forums_Endpoint::get_items_permissions_check()

Check if a given request has access to list forums.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:239

bp_rest_forums_get_items_permissions_check

Filter the forums `get_items` permissions check.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:260

BP_REST_Forums_Endpoint::get_item()

Retrieve a single Forum.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:279

bp_rest_forum_get_item

Fires after a list of forums is fetched via the REST API.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:298

BP_REST_Forums_Endpoint::get_item_permissions_check()

Check if a given request has access to list forum.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:311

bp_rest_forum_get_item_permissions_check

Filter the forum `get_item` permissions check.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:368

BP_REST_Forums_Endpoint::update_item()

Subscribe/Unsubscribe users for the forum.

Source: bp-forums/classes/class-bp-rest-forums-endpoint.php:387