Home  >  Article  >  Backend Development  >  How to call personal information in WordPress

How to call personal information in WordPress

醉折花枝作酒筹
醉折花枝作酒筹forward
2021-05-08 09:24:161953browse

This article will introduce to you how WordPress calls personal information. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

How to call personal information in WordPress

<?php  echo the_author_meta( &#39;user_email&#39; ); ?>

user_login(user login name)

user_pass(user login password)

user_nicename(user nickname)

user_email(user email address)

user_url(user website address)

user_registered(user registration time)

user_status(user status)

display_name( Author's displayed name)

nickname(author's nickname)

first_name(author's name)

last_name(author's last name)

description(author's description)

user_level(user level)

user_firstname(user name)

user_lastname(user lastname)

user_description(user description)

Recommended Learn: php video tutorial

The above is the detailed content of How to call personal information in WordPress. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete