File: bp-forums/classes/class-bp-rest-forums-endpoint.php |
Description |
|---|---|
| BP_REST_Forums_Endpoint::prepare_links() |
Prepare links for the request. |
| bp_rest_forum_prepare_links |
Filter links prepared for the REST response. |
| BP_REST_Forums_Endpoint::get_forum_last_active_author_id() |
Last active author for the forum. |
| BP_REST_Forums_Endpoint::get_forum_last_active_time() |
Last active time for forum. |
| BP_REST_Forums_Endpoint::bbp_rest_get_topic_last_active_time() |
Last active time for Topic. |
| BP_REST_Forums_Endpoint::update_item() |
Subscribe/Unsubscribe users for the forum. |
| bp_rest_forum_update_item |
Fires after a forum has been updated and fetched via the REST API. |
| BP_REST_Forums_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a forum. |
| bp_rest_forum_update_item_permissions_check |
Filter the forum `update_item` permissions check. |
| BP_REST_Forums_Endpoint |
Forums endpoints. |