wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



user_profile_picture_description › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( 'user_profile_picture_description', $description, $profile_user )
Parametri: (2)
  • (string) $description The description that will be printed.
    Richiesto:
  • (WP_User) $profile_user The current WP_User object.
    Richiesto:
Definito a:
Codex:

Filters the user profile picture description displayed under the Gravatar.





Sorgenti

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