user_profile_picture_description WordPress Filter Hook
The user_profile_picture_description hook is used to add a description to a user's profile picture. This can be used to provide context for the picture, or to simply give the user credit for the photo.
apply_filters( 'user_profile_picture_description', string $description , WP_User $profile_user ) #
Filters the user profile picture description displayed under the Gravatar.
Contents
Parameters
Source
File: wp-admin/user-edit.php
Changelog
Version | Description |
---|---|
4.7.0 | Added the $profile_user parameter. |
4.4.0 | Introduced. |