BP_Xprofile_Export:: get_data ($ user美元的页面

按页面和用户返回活动的数据和计数。

描述

参数

$ user

(必需)

美元的页面

(必需)

返回

(数组)

文件:bp-core / gdpr / class-bp-xprofile-export.php

Function get_data($user, $page) {global $wpdb, $bp;wpdb - > show_errors(假);$ =项目数组();$ xprofile_groups = bp_xprofile_get_groups ();field_table =美元bp - >配置- > global_tables(“table_name_fields”);foreach ($xprofile_groups as $xgroup) {$ fields = $wpdb->get_results($wpdb->准备("SELECT *FROM {$field_table} WHERE group_id=%d AND parent_id=0", $xgroup->id));Foreach ($fields as $key => $field) {$field = (array) $field;字段(“价值”)= xprofile_get_field_data美元(美元(“id”),用户- > id,“逗号”);$fields[$key] = $field;} $items[$xgroup->name] = $fields; } return array( 'total' => 1, 'offset' => 0, 'items' => $items, ); }

更新日志

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

问题吗?

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