apply_filters( ‘user_profile_picture_description’, string $description, WP_User $profile_user )

In this article

Filters the user profile picture description displayed under the Gravatar.

Parameters

$descriptionstring
The description that will be printed.
$profile_userWP_User
The current WP_User object.

Source

echo apply_filters( 'user_profile_picture_description', $description, $profile_user );

Changelog

VersionDescription
4.7.0Added the $profile_user parameter.
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.