How to call personal information in WordPress

醉折花枝作酒筹
Release: 2023-03-09 13:26:01
forward
2001 people have browsed it

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; ); ?>
Copy after login

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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template