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

Filters the user profile picture description displayed under the Gravatar.


Parameters

$description string
The description that will be printed.
$profile_user WP_User
The current WP_User object.

Top ↑

Source

File: wp-admin/user-edit.php. View all references

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

Top ↑

Changelog

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

Top ↑

User Contributed Notes

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