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



pre_get_avatar_data › WordPress Filter Hooks

Da4.2.0
Deprecaton/a
apply_filters( 'pre_get_avatar_data', $args, $id_or_email )
Parametri: (2)
  • (array) $args Arguments passed to get_avatar_data(), after processing.
    Richiesto:
  • (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.
    Richiesto:
Definito a:
Codex:

Filters whether to retrieve the avatar URL early.

Passing a non-null value in the 'url' member of the return array will effectively short circuit get_avatar_data(), passing the value through the {@see 'get_avatar_data'} filter and returning early.





Sorgenti

$args = apply_filters( 'pre_get_avatar_data', $args, $id_or_email );