File: bp-forums/classes/class-bp-rest-forums-endpoint.php |
Description |
|---|---|
| bp_rest_forums_collection_params |
Filters the collection query params. |
| BP_REST_Forums_Endpoint::prepare_date_response() |
Check the post_date_gmt or modified_gmt and prepare any post or modified date for single post output. |
| BP_REST_Forums_Endpoint::prepare_password_response() |
Prepare response for the password protected posts. |
| 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_forum_get_item |
Fires after a list of forums is fetched via the REST API. |
| BP_REST_Forums_Endpoint::get_item_permissions_check() |
Check if a given request has access to list forum. |
| bp_rest_forum_get_item_permissions_check |
Filter the forum `get_item` permissions check. |
| 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. |