WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_avatar_comment_types

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 4221 /**
* 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'.
*/

Hook Parameters

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