BP_REST_Media_Albums_Endpoint: get_item (WP_REST_Request美元的请求

检索单个相册。

描述

参数

美元的请求

WP_REST_Request(必需)请求的全部细节。

返回

(WP_REST_Response)| WP_Error

文件:bp-media /类/ class-bp-rest-media-albums-endpoint.php

Public function get_item($request) {$medias = $this->assemble_response_data(array('album_ids' => array($request['id'])); / /接收到的内容if (empty($medias['albums'])) {return new WP_Error('bp_rest_album_invalid_id', __('无效的相册ID。', 'buddyboss'), array('status' => 404,));} $retval = ";Foreach ($medias['albums'] as $album) {$retval = $this->prepare_response_for_collection($this->prepare_item_for_response($album, $request));} $response = rest_ensure_response($retval);/** *通过REST API获取相册后触发。* * @param WP_REST_Response $response响应数据。@param WP_REST_Request $request发送给API的请求。* * @since 0.1.0 */ do_action('bp_rest_media_album_get_item', $response, $request);返回$响应; }

更新日志

更新日志
版本 描述
0.1.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队