Metadata (usermeta) (category)
add_user_meta() | Adds meta data to a user. |
delete_user_meta() | Remove metadata matching criteria from a user. |
get_the_author_meta() | Retrieves the requested data of the current or requested user (post author). |
get_user_meta() | Gets an single meta field or all meta fields of the specified user. |
the_author_meta() | Outputs the field from the user's DB object. Defaults to current post's author. |
update_user_meta() | Update user meta field based on user ID. |