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



twentythirteen_author_bio_avatar_size › WordPress过滤钩子

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

Filters the author bio avatar size.





源码

$author_bio_avatar_size = apply_filters( 'twentythirteen_author_bio_avatar_size', 74 );