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



get_avatar_url › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'get_avatar_url', $url, $id_or_email, $args )
Parameter: (3)
  • (string) $url The URL of the avatar.
    Erforderlich: Ja
  • (mixed) $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash, user email, WP_User object, WP_Post object, or WP_Comment object.
    Erforderlich: Ja
  • (array) $args Arguments passed to get_avatar_data(), after processing.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the avatar URL.





Quellcode

$args['url'] = apply_filters( 'get_avatar_url', $url, $id_or_email, $args );