BP_REST_Reply_Endpoint:: prepare_links (WP_Post美元的帖子)
为请求准备链接。
描述
参数
- 美元的帖子
-
(WP_Post)(必需)发布对象。
返回
(数组)
源
文件:bp-forums /类/ class-bp-rest-reply-endpoint.php
$this->namespace, $this->rest_base = sprintf('/%s/%s/', $this->命名空间,$this->rest_base);/ /实体元。$links = array('self' => array('href' =>)post - > ID),美元),“收集”= >数组(“href”= > rest_url(基地),),“用户”= >数组(“href”= > rest_url (bp_rest_get_user_url (post - > post_author)),“嵌入”= > true,),);/** *过滤为REST响应准备的链接。* * @param array $links REST响应的准备链接。* @param WP_Post $post post对象。* * @since 0.1.0 */返回apply_filters('bp_rest_reply_prepare_links', $links, $post);}
更新日志
版本 | 描述 |
---|---|
0.1.0 | 介绍了。 |