时间:2024-03-11
WordPress函数get_profile根据登录用户名(例如:admin)获取用户信息,该函数自3.0.0版本起,已不推荐使用,请使用get_the_author_meta()函数。
get_profile( string $field, false|int $user = false )
$field
字符串
用户元数据字段名称
$user
整数
用户ID
获取用户admin的公开显示名称:
echo get_profile('display_name', 'admin');
get_profile()函数位于:wp-includes/deprecated.php
相关函数:
get_the_author_meta()
get_user_by()
the_author_meta()
Copyright © 2019-2024 2543.cn