File: bp-forums/classes/class-bp-rest-forums-endpoint.php |
Description |
|---|---|
| BP_REST_Forums_Endpoint::bp_rest_get_group() |
Get Forum’s group. |
| bp_rest_forum_schema |
Filters the forums schema. |
| BP_REST_Forums_Endpoint::get_collection_params() |
Get the query params for collections. |
| 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::get_items_permissions_check() |
Check if a given request has access to list forums. |
| bp_rest_forums_get_items_permissions_check |
Filter the forums `get_items` permissions check. |
| BP_REST_Forums_Endpoint::get_item() |
Retrieve a single Forum. |
| 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. |