Filters the HTML output of the default avatar list.
Parameters
$avatar_list
string- HTML markup of the avatar list.
Source
echo apply_filters( 'default_avatar_select', $avatar_list );
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Filters the HTML output of the default avatar list.
$avatar_list
stringecho apply_filters( 'default_avatar_select', $avatar_list );
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.