Description
Filters the user profile picture description displayed under the Gravatar.
Occurrences
Filename | Line Number |
---|---|
wp-admin/user-edit.php | 641 |
Parameters
Type | Name | Description |
---|---|---|
string | $description | The description that will be printed. |
WP_User | $profile_user | The current WP_User object. |
PHP Doc
/**
* Filters the user profile picture description displayed under the Gravatar.
*
* @since 4.4.0
* @since 4.7.0 Added the `$profile_user` parameter.
*
* @param string $description The description that will be printed.
* @param WP_User $profile_user The current WP_User object.
*/