apply_filters( 'avatar_defaults', array $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

Array of default avatars.


Source

File: wp-admin/options-discussion.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.6.0 Introduced.