例:如何打印:
My gender is : {gender}
获取当前用户id: get_current_user_id() 然后使用 xprofile_get_field_data
get_current_user_id()
xprofile_get_field_data
我的性别是: <?php echo xprofile_get_field_data('gender', get_current_user_id(), 'comma'); ?>
<?php echo xprofile_get_field_data('gender', get_current_user_id(), 'comma'); ?>
http://hookr.io/functions/xprofile_get_field_data/