Filters the list of allowed comment types for retrieving avatars.
Parameters
$types
array- An array of content types. Default only contains
'comment'
.
Source
$allowed_comment_types = apply_filters( 'get_avatar_comment_types', array( 'comment' ) );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.