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

Filters the user profile picture description displayed under the Gravatar.


Parameters

$description

(string) The description that will be printed.

$profileuser

(WP_User) The current WP_User object.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
WP-4.7.0 Added the $profileuser parameter.
WP-4.4.0 Introduced.