文件:bp-groups /类/ class-bp-rest-attachments-group-cover-endpoint.php
|
描述 |
---|---|
groups_cover_image_deleted |
如果封面照片被成功删除,就会触发。 |
BP_REST_Attachments_Group_Cover_Endpoint: delete_item () |
删除现有的组覆盖。 |
bp_rest_attachments_group_cover_delete_item |
通过REST API删除组覆盖后触发。 |
BP_REST_Attachments_Group_Cover_Endpoint: delete_item_permissions_check () |
检查给定的请求是否有权限删除组覆盖。 |
bp_rest_attachments_group_cover_delete_item_permissions_check |
过滤组覆盖' delete_item '权限检查。 |
BP_REST_Attachments_Group_Cover_Endpoint: prepare_item_for_response () |
准备将组覆盖作为对象返回。 |
BP_REST_Attachments_Group_Cover_Endpoint |
集团覆盖端点。 |
bp_rest_attachments_group_cover_prepare_value |
筛选从API返回的组覆盖值。 |
BP_REST_Attachments_Group_Cover_Endpoint: __construct () |
构造函数。 |
BP_REST_Attachments_Group_Cover_Endpoint: get_item_schema () |
获取符合JSON模式的插件模式。 |