wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentysixteen_author_bio_avatar_size › WordPress过滤钩子

SinceTwenty Sixteen 1.0
已弃用n/a
apply_filters( 'twentysixteen_author_bio_avatar_size', 42 )
参数:
  • (int) $size The avatar height and width size in pixels.
    Required: Yes
定义在:
文档:

Filters the Twenty Sixteen author bio avatar size.





源码

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