twentysixteen_author_bio_avatar_size

过滤钩子
apply_filters( 'twentysixteen_author_bio_avatar_size', 42 )
参数
  • (int) $size The avatar height and width size in pixels.
    Required:
定义位置
  • wp-content/themes/twentysixteen/template-parts/biography.php , line 21
相关勾子
twentyfifteen_author_bio_avatar_sizetwentysixteen_author_avatar_sizetwentyten_author_bio_avatar_sizetwentythirteen_author_bio_avatar_sizetwentytwelve_author_bio_avatar_size
相关方法
get_the_author_firstnameget_the_author_aimget_the_author_lastnameget_the_author_metaget_the_author_nicknameget_the_author_login
引入
Twenty Sixteen 1.0
弃用
-

twentysixteen_author_bio_avatar_size – 该函数用于指定Twenty Sixteen主题中作者简介部分的作者头像的大小: 该函数返回作者头像的大小,它可以用来在作者简介部分显示作者的个人资料图片。

筛选出Twenty Sixteen作者的bio头像大小。

$author_bio_avatar_size = apply_filters( 'twentysixteen_author_bio_avatar_size', 42 );

常见问题

FAQs
查看更多 >