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.
|
BP_REST_Attachments_Blog_Avatar_Endpoint::prepare_item_for_response() |
Prepares avatar data to return as an object.
|
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`.
|