BP_Groups_Component:: rest_api_init (数组美元的控制器=数组())
初始化BuddyBoss REST API。
描述
参数
- 美元的控制器
-
(数组)(可选)看到BP_Component: rest_api_init ()为描述。
默认值:数组()
源
文件:bp-groups /类/ class-bp-groups-component.php
公共函数rest_api_init($控制器= array()){$控制器=阵列(‘BP_REST_Groups_Endpoint’,‘BP_REST_Groups_Details_Endpoint’,‘BP_REST_Group_Membership_Endpoint’,‘BP_REST_Group_Settings_Endpoint’,‘BP_REST_Group_Invites_Endpoint’,‘BP_REST_Group_Membership_Request_Endpoint’,‘BP_REST_Groups_Types_Endpoint’,“BP_REST_Attachments_Group_Avatar_Endpoint”);//支持团体覆盖。if (bp_is_active('groups', 'cover_image')) {$controllers[] = 'BP_REST_Attachments_Group_Cover_Endpoint';} parent::rest_api_init($controllers);}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.3.5 | 介绍了。 |