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