Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/options-discussion.php | apply_filters | 294 | /** * 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. * * @since 2.6.0 * * @param string[] $avatar_defaults Associative array of default avatars. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $avatar_defaults | Associative array of default avatars. |