bp_profile_get_field_groups()
获取所有配置文件字段组。
描述
返回
(大批)$组
来源
文件:bp-xprofile / bp-xprofile-template.php
函数bp_profile_get_field_groups(){$组= wp_cache_get('全部','bp_xprofile_groups');if(false === $组){$组= bp_xprofile_get_groups(数组('fetch_fields'=> true));wp_cache_set('全部',$组,'bp_xprofile_groups');} / ** *过滤所有配置文件字段组。* * @since buddypress 2.1.0 * * * @param数组$组可用配置文件字段组的数组。* /返回apply_filters('bp_profile_get_field_groups',$组);}
变更乐
版本 | 描述 |
---|---|
BuddyPress 2.1.0. | 介绍。 |