wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_avatar_comment_types › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'get_avatar_comment_types', array( 'comment' )
Parameter:
  • (array) $types An array of content types. Default only contains 'comment'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of allowed comment types for retrieving avatars.





Quellcode

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