default_avatar_select WordPress Filter Hook
This hook is used to select the default avatar for a new user.
apply_filters( 'default_avatar_select', string $avatar_list ) #
Filters the HTML output of the default avatar list.
Contents
Parameters
- $avatar_list
(string)HTML markup of the avatar list.
Source
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |