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

Prepare response for the password protected posts.

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

BP_REST_Forums_Endpoint::prepare_links()

Prepare links for the request.

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

bp_rest_forum_prepare_links

Filter links prepared for the REST response.

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

BP_REST_Forums_Endpoint::get_forum_last_active_author_id()

Last active author for the forum.

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

BP_REST_Forums_Endpoint::get_forum_last_active_time()

Last active time for forum.

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

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

bp_rest_forum_update_item

Fires after a forum has been updated and fetched via the REST API.

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

BP_REST_Forums_Endpoint::update_item_permissions_check()

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

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

bp_rest_forum_update_item_permissions_check

Filter the forum `update_item` permissions check.

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