user_profile_picture_description

Advertisement

Summery Summery

Filters the user profile picture description displayed under the Gravatar.

Syntax Syntax

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

Parameters Parameters

$description

The description that will be printed.

$profileuser

The current WP_User object.

Source Source

File: wp-admin/user-edit.php

Advertisement

Changelog Changelog

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

Advertisement

Leave a Reply