wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_avatar_comment_types › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( 'get_avatar_comment_types', array( 'comment' )
Paramètres:
  • (array) $types An array of content types. Default only contains 'comment'.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the list of allowed comment types for retrieving avatars.





Source

$allowed_comment_types = apply_filters( 'get_avatar_comment_types', array( 'comment' ) );