get_avatar_comment_types

过滤钩子
apply_filters( 'get_avatar_comment_types', array( 'comment' )
参数
  • (array) $types An array of content types. Default only contains 'comment'.
    Required:
定义位置
相关勾子
get_comment_typeget_comment_dateget_comment_textget_comment_timeget_default_comment_status
相关方法
is_avatar_comment_typeget_comment_typeget_available_post_mime_typesget_comment_dateget_comment_textget_comment_time
引入
3.0.0
弃用
-

get_avatar_comment_types: 这个函数返回一个可以获取头像的评论类型的数组。默认情况下,该数组包括”评论”和”回贴”。

过滤用于检索头像的允许评论类型的列表。

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

常见问题

FAQs
查看更多 >