wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_avatar_comment_types › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'get_avatar_comment_types', array( 'comment' )
Parametri:
  • (array) $types An array of content types. Default only contains 'comment'.
    Richiesto:
Definito a:
Codex:

Filters the list of allowed comment types for retrieving avatars.





Sorgenti

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