4349* @since 3.0.04350*4351* @since 6.9.0 The 'note' comment type was added.4352*4353* @param array$types An array of content types.Default contains 'comment'and'note'.4354*/4355$allowed_comment_types=apply_filters('get_avatar_comment_types',array('comment','note'));43564357returnin_array($comment_type,(array)$allowed_comment_types,true);4358}43594360/**4361* Retrieves default data about the avatar.
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.