twentythirteen_author_bio_avatar_size

过滤钩子


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

Filters the author bio avatar size.

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