WordPress函数the_author_meta()

鱼见海资源网最新教程:

介绍

the_author_meta() 显示用户资料的函数,如果该函数在 the_loop 中,那么将显示loop中的用户资料,如果在 the_loop 之外使用,必须指定用户ID才能输出内容。

使用

参数

$field

(string) Field name for the data item to be displayed. Valid values:

  • user_login
  • user_pass
  • user_nicename
  • user_email
  • user_url
  • user_registered
  • user_activation_key
  • user_status
  • display_name
  • nickname
  • first_name
  • last_name
  • description
  • jabber
  • aim
  • yim
  • user_level
  • user_firstname
  • user_lastname
  • user_description
  • rich_editing
  • comment_shortcuts
  • admin_color
  • plugins_per_page
  • plugins_last_view
  • ID

$userID
(integer) (optional) If the user ID fields is used, then this function display the specific field for this user ID.
Default: false

示例

显示作者的 AIM。

This author's AIM address is

显示指定用户的 Email 地址。

The email address for user id 25 is

文章来源于互联网

© 版权声明
THE END
喜欢就支持一下吧
点赞58 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容