
如何在FileZilla中显示隐藏文件
apply_filters( 'get_avatar_comment_types', array( 'comment' )
get_avatar_comment_types: 这个函数返回一个可以获取头像的评论类型的数组。默认情况下,该数组包括 “评论 “和 “回贴”。
过滤用于检索头像的允许评论类型的列表。
$allowed_comment_types = apply_filters( 'get_avatar_comment_types', array( 'comment' ) );