In WordPress, each registered user is assigned a role which is limited to only a certain set of capabilities. We have covered this already under the βRoles and Capabilitiesβ topic in this lesson. All this information about the users is stored in the usermeta table. You can learn more about them from the below resources –
It’s worth noting that like post metadata, get_user_meta()
will return an array of multiple values for a single key unless the final value, $single
, is set to true
.