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'.
*/