apply_filters( 'avatar_defaults', string[] $avatar_defaults )
Filters the default avatars.
Description Description
Avatars are stored in key/value pairs, where the key is option value, and the name is the displayed avatar name.
Parameters Parameters
- $avatar_defaults
-
(string[]) Associative array of default avatars.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |