BP_REST_XProfile_Update_Endpoint: get_item_schema ()

获取符合JSON模式的XProfile更新模式。

描述

返回

(数组)

文件:bp-xprofile /类/ class-bp-rest-xprofile-update-endpoint.php

public function get_item_schema() {$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'bp_xprofile_update', 'type' => 'object', 'properties' => array('updated' => array('context' => array('edit'), 'description' => __('字段是否更新或给出一个错误。', 'buddyboss'), 'readonly' => true, 'type' => 'string',), 'data' => array('context' => array('edit'), 'description' => __('对象的组。”、“buddyboss”),“只读”= >真的,'类型' = > '对象','属性' = > $ this - > group_fields_endpoint - > get_item_schema()['属性 '], ), ), );/** *过滤xprofile字段组模式。* * @param array $schema端点模式。*/返回apply_filters('bp_rest_xprofile_update_schema', $schema);}

更新日志

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

问题吗?

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