BP_REST_Group_Membership_Request_Endpoint:: prepare_links (BP_Invitation美元的邀请)
为请求准备链接。
描述
参数
- 美元的邀请
-
(BP_Invitation)(必需)邀请对象。
返回
(数组)给定插件的链接。
源
文件:bp-groups /类/ class-bp-rest-group-membership-request-endpoint.php
$this->命名空间,$this->rest_base); / /在指定的目录下,使用$this->命名空间$url = $base。邀请- > id;$ group_id =((收取($请求[' group_id ']) & & !空($request['group_id'])) ?$request['group_id']: 0); / /用户名/ /实体元。$links = array('self' => array('href' => rest_url($url),), 'collection' => array('href' => rest_url($base),), 'user' => array('href' => rest_url(bp_rest_get_user_url($invite->user_id)), 'embed ' => true,);如果(!$link ['group'] = array('embed ' => true, 'href' => rest_url($this->命名空间。 '/' . buddypress()->groups->id . '/' . $group_id ), ); } /** * Filter links prepared for the REST response. * * @param array $links The prepared links of the REST response. * @param BP_Invitation $invite Invite object. * * @since 0.1.0 */ return apply_filters( 'bp_rest_group_membership_requests_prepare_links', $links, $invite ); }
更新日志
版本 | 描述 |
---|---|
0.1.0 | 介绍了。 |