Opened 6 years ago
Closed 6 years ago
#44392 closed enhancement (wontfix)
get_user_field
Reported by: | markuscode | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | close |
Focuses: | Cc: |
Description
Hi. How i can can get user field for example user email just by ID?
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi @markuscode,
Welcome to Trac and thanks for your ticket! This is a question which should probably be asked in the support forum https://wordpress.org/support/.
That being said, you can use
get_user_meta()
https://developer.wordpress.org/reference/functions/get_user_meta/ to retrieve any user meta information.I am going to close this ticket as it is not a bug or feature request.