xprofile_admin_screen (字符串美元的消息''字符串美元的类型“错误”

输出主要的XProfile管理屏幕。

描述

参数

美元的消息

字符串(可选)反馈信息。

默认值:“

美元的类型

字符串(可选)反馈类型。

默认值:‘错误’

文件:bp-xprofile / bp-xprofile-admin.php

函数xprofile_admin_screen($ message ='',$ type ='错误'){//用户admin url $ url = bp_get_admin_url('admin.php');//添加组$ add_group_url = add_query_arg(array('页面'=>'bp-profile-setup','mode'=>'add_group'),$ url);//验证类型。$ type = preg_replace('| [^ a-z] | i','',$ type);//获取所有配置文件组和字段。$组= bp_xprofile_get_groups(数组('fetch_fields'=> true));?>  <?php $ users_tab = count(bp_core_get_users_admin_tabs());if($ users_tab> 1){?> 

<?php bp_core_admin_users_tabs(__('profile字段','buddyboss'));?> <?php}?> <?php if(version_compare($ globals ['wp_version'],'4.8','> ='))):?>

<?php _e('profile字段','buddyboss'); ?>


'bp-profile-setup', 'mode' => 'add_field', 'group_id' => (int) $group->id ), $url ); // Edit Group URL $edit_group_url = add_query_arg( array( 'page' => 'bp-profile-setup', 'mode' => 'edit_group', 'group_id' => (int) $group->id ), $url ); // Delete Group URL $delete_group_url = wp_nonce_url( add_query_arg( array( 'page' => 'bp-profile-setup', 'mode' => 'delete_group', 'group_id' => (int) $group->id ), $url ), 'bp_xprofile_delete_group' ); ?>
can_delete ) : ?>
description ) ) : ?>

description ) ); ?>

name ) ); ?> fields ) ) : foreach ( $group->fields as $field ) { // Load the field. $field = xprofile_get_field( $field->id ); $class = ''; if ( empty( $field->can_delete ) ) { $class = ' core nodrag'; } /** * This function handles the WYSIWYG profile field * display for the xprofile admin setup screen. */ xprofile_admin_field( $field, $group, $class ); } // end for else : // !$group->fields ?>

fields. ?>
can_delete ) ) : ?>

更新日志

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

问题吗?

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