get_user_meta


get_user_meta ( $user_id, $key = '', $single = false )

Parameters:
  • (int) user_id User ID.
  • (string) key Optional. The meta key to retrieve. By default, returns data for all keys.
  • (bool) single Optional. Whether to return a single value. This parameter has no effect if `$key` is not specified. Default false.
Links:
Returns:
  • (mixed) An array of values if `$single` is false. The value of meta data field if `$single` is true. False for an invalid `$user_id` (non-numeric, zero, or negative value). An empty array if a valid but non-existing user ID is passed and `$single` is false. An empty string if a valid but non-existing user ID is passed and `$single` is true.
Defined at:

Description

Retrieves user meta field for a user.

Related Functions

get_usermeta, get_site_meta, get_term_meta, delete_user_meta, get_user_details

Top Google Results

User discussions

wpseek mobile