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



avatar_defaults › WordPress Filter Hooks

Da2.6.0
Deprecaton/a
apply_filters( 'avatar_defaults', $avatar_defaults )
Parametri:
  • (string[]) $avatar_defaults Associative array of default avatars.
    Richiesto:
Definito a:
Codex:

Filters the default avatars.

Avatars are stored in key/value pairs, where the key is option value, and the name is the displayed avatar name.





Sorgenti

$avatar_defaults = apply_filters( 'avatar_defaults', $avatar_defaults );