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



twentyfifteen_author_bio_avatar_size › WordPress过滤钩子

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

Filters the author bio avatar size.





源码

$author_bio_avatar_size = apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 );