4340* Filters the list of allowed comment types for retrieving avatars.4341*4342* @since 3.0.04343*4344* @param array$types An array of content types.Default only contains 'comment'.4345*/4346$allowed_comment_types=apply_filters('get_avatar_comment_types',array('comment'));43474348returnin_array($comment_type,(array)$allowed_comment_types,true);4349}43504351/**4352* Retrieves default data about the avatar.
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.