wpseek.com
A WordPress-centric search engine for devs and theme authors



user_profile_picture_description › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'user_profile_picture_description', $description, $profile_user )
Parameters: (2)
  • (string) $description The description that will be printed.
    Required: Yes
  • (WP_User) $profile_user The current WP_User object.
    Required: Yes
Defined at:
Codex:

Filters the user profile picture description displayed under the Gravatar.





Source

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