HTTP/2 301
server: nginx
date: Fri, 10 Oct 2025 08:51:29 GMT
content-type: text/html; charset=UTF-8
x-olaf: ⛄
vary: accept, content-type
x-redirect-by: WordPress
location: https://developer.wordpress.org/reference/functions/get_currentuserinfo/
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
HTTP/2 200
server: nginx
date: Fri, 10 Oct 2025 08:51:30 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
get_currentuserinfo() – Function | Developer.WordPress.org
get_currentuserinfo(): bool|WP_User
Populate global variables with information about the currently logged in user.
bool|WP_User False on XMLRPC Request and invalid auth cookie, WP_User instance otherwise.
Default Usage
The call to get_currentuserinfo() places the current user’s info into
$userdata
, where it can be retrieved using member variables.Result:
Username: Zedd
User email: my@email.com
User level: 10
User first name: John
User last name: Doe
User display name: John Doe
User ID: 1