File: bp-blogs/classes/class-bp-rest-blogs-endpoint.php |
Description |
|---|---|
| BP_REST_Blogs_Endpoint::get_items() |
Retrieve Blogs. |
| bp_rest_blogs_schema |
Filter the blogs schema. |
| bp_rest_blogs_get_items_query_args |
Filter the query arguments for the request. |
| BP_REST_Blogs_Endpoint::get_collection_params() |
Get the query params for blogs collections. |
| bp_rest_blogs_get_items |
Fires after blogs are fetched via the REST API. |
| bp_rest_blogs_collection_params |
Filters the collection query params. |
| BP_REST_Blogs_Endpoint::get_items_permissions_check() |
Check if a given request has access to blog items. |
| bp_rest_blogs_get_items_permissions_check |
Filter the blogs `get_items` permissions check. |
| BP_REST_Blogs_Endpoint::get_item() |
Retrieve a blog. |
| bp_rest_blogs_get_item |
Fires after a blog is fetched via the REST API. |