File: bp-blogs/classes/class-bp-rest-blogs-endpoint.php |
Description |
|---|---|
| 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. |
| BP_REST_Blogs_Endpoint::get_item_permissions_check() |
Check if a given request has access to get information about a specific blog. |
| bp_rest_blogs_get_item_permissions_check |
Filter the blog `get_item` permissions check. |
| BP_REST_Blogs_Endpoint::prepare_item_for_response() |
Prepares blogs data for return as an object. |
| bp_rest_blogs_prepare_value |
Filter a blog returned from the API. |
| BP_REST_Blogs_Endpoint::prepare_links() |
Prepare links for the request. |
| bp_rest_blogs_prepare_links |
Filter links prepared for the REST response. |
| BP_REST_Blogs_Endpoint |
Blogs endpoints. |