Returns profile information for a WordPress.com/Gravatar user
Parameters
Name | Type | Description |
---|---|---|
$email_or_id | string|int | Email, ID, or username for user to lookup |
Return Value
false|array: Profile info formatted as noted here: http://en.gravatar.com/site/implement/profiles/php/. If user not found, returns false.