apply_filters( ‘default_avatar_select’, string $avatar_list )

In this article

Filters the HTML output of the default avatar list.

Parameters

$avatar_liststring
HTML markup of the avatar list.

Source

echo apply_filters( 'default_avatar_select', $avatar_list );

Changelog

VersionDescription
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.