WordPress用户角色→获取和打印(回显)

时间:2017-09-21 作者:The WP Intermediate

以上是WordPress中定义的三种用户角色。就像我们拉作者描述:

<p><?php the_author_meta(\'description\'); ?></p>
我们如何提取用户角色?

1 个回复
最合适的回答,由SO网友:LEXmono 整理而成

答案如下:https://stackoverflow.com/questions/36720949/get-user-role-by-id-wordpress

Here is their answer:

无法直接获取用户角色。首先,必须获取user\\u meta\\u数据,它将返回一个包含用户角色的对象。

Code:

$user_meta=get_userdata($user_id);

$user_roles=$user_meta->roles; //array of roles the user is part of.

结束

相关推荐

author global display format

有人知道如何更改作者链接显示的格式吗?也就是说,在帖子标题下,我显示了元字段2017年5月8日,作者:Category&;视图≈ 0Author\\u昵称是此作者所有帖子的活动链接。这没关系。为此,我使用了\\u author()函数。但是,当我单击链接时,Author\\u昵称将更改为Author email。i、 e。http://myweb.com/author/Author_Emailgmail-com/作者[email protected]是作者电子邮件。因此,电子邮件正在被使用。如何更改以