apply_filters( 'user_profile_picture_description', string $description, WP_User $profile_user )

Filters the user profile picture description displayed under the Gravatar.


Parameters

$description

The description that will be printed.

$profile_user

The current WP_User object.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
4.7.0 Added the $profile_user parameter.
4.4.0 Introduced.