wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



user_profile_picture_description › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'user_profile_picture_description', $description, $profile_user )
Parameter: (2)
  • (string) $description The description that will be printed.
    Erforderlich: Ja
  • (WP_User) $profile_user The current WP_User object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the user profile picture description displayed under the Gravatar.





Quellcode

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