twentyfifteen_author_bio_avatar_size

过滤钩子


apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 )
参数
  • (int)
    $size
    The avatar height and width size in pixels.
    Required:
定义位置
  • wp-content/themes/twentyfifteen/author-bio.php , line 22
引入
Twenty Fifteen 1.0
弃用

Filters the author bio avatar size.

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