wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



user_profile_picture_description › Filtr WordPress Hooks

Od4.7.0
Przestarzałyn/a
apply_filters( 'user_profile_picture_description', $description, $profile_user )
Parametry: (2)
  • (string) $description The description that will be printed.
    Wymagane: Tak
  • (WP_User) $profile_user The current WP_User object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the user profile picture description displayed under the Gravatar.





Źródło

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