File: bp-blogs/classes/class-bp-rest-attachments-blog-avatar-endpoint.php |
Description |
---|---|
bp_rest_attachments_blog_avatar_prepare_value |
Filter a blog avatar value returned from the API. |
BP_REST_Attachments_Blog_Avatar_Endpoint::get_item_schema() |
Get the blog avatar schema, conforming to JSON Schema. |
bp_rest_attachments_blog_avatar_schema |
Filters the blog avatar schema. |
BP_REST_Attachments_Blog_Avatar_Endpoint::get_item_collection_params() |
Get the query params for the `get_item`. |
bp_rest_attachments_blog_avatar_collection_params |
Filters the item collection query params. |
BP_REST_Attachments_Blog_Avatar_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Attachments_Blog_Avatar_Endpoint::get_item() |
Fetch an existing blog avatar. |
bp_rest_attachments_blog_avatar_get_item |
Fires after a blog avatar is fetched via the REST API. |
BP_REST_Attachments_Blog_Avatar_Endpoint::get_item_permissions_check() |
Checks if a given request has access to get a blog avatar. |
bp_rest_attachments_blog_avatar_get_item_permissions_check |
Filter the blog avatar `get_item` permissions check. |