首頁  >  文章  >  後端開發  >  wordpress如何呼叫個人訊息

wordpress如何呼叫個人訊息

醉折花枝作酒筹
醉折花枝作酒筹轉載
2021-05-08 09:24:161932瀏覽

這篇文章要為大家介紹一下wordpress呼叫個人資訊的方法。有一定的參考價值,有需要的朋友可以參考一下,希望對大家有幫助。

wordpress如何呼叫個人訊息

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

user_login(使用者登入名稱)

user_pass(使用者登入密碼)

user_nicename(使用者暱稱)

user_email(使用者信箱位址)

user_url(使用者網站位址)

user_registered(使用者註冊時間)

user_status(使用者狀態)

display_name(作者顯示的名稱)

nickname(作者暱稱)

first_name(作者名字)

last_name(作者姓氏)

description(作者描述)

user_level(使用者等級)

user_firstname(使用者名稱)

user_lastname(使用者姓氏)

user_description(使用者描述)

推薦學習:php影片教學

以上是wordpress如何呼叫個人訊息的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文轉載於:csdn.net。如有侵權,請聯絡admin@php.cn刪除