Filter hook 'get_avatar_comment_types'

in WP Core File wp-includes/link-template.php at line 4322

Description

Filters the list of allowed comment types for retrieving avatars.

Occurrences

Filename Line Number
wp-includes/link-template.php 4322

Parameters

Type Name Description
array $types An array of content types. Default only contains 'comment'.

PHP Doc

/**
	 * Filters the list of allowed comment types for retrieving avatars.
	 *
	 * @since 3.0.0
	 *
	 * @param array $types An array of content types. Default only contains 'comment'.
	 */