WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_profile_picture_description

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-edit.php apply_filters 609 /**
* Filters the user profile picture description displayed under the Gravatar.
*
* @since 4.4.0
* @since 4.7.0 Added the `$profile_user` parameter.
*
* @param string $description The description that will be printed.
* @param WP_User $profile_user The current WP_User object.
*/

Hook Parameters

Parameter Type Name Description
string $description The description that will be printed.
WP_User $profile_user The current WP_User object.