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
相關勾子
twentyten_author_bio_avatar_sizetwentysixteen_author_bio_avatar_sizetwentythirteen_author_bio_avatar_sizetwentyeleven_author_bio_avatar_sizetwentytwelve_author_bio_avatar_size
相關方法
get_the_author_firstnameget_the_author_aimget_the_author_lastnameget_the_author_metaget_the_author_nicknameget_the_author_login
引入
Twenty Fifteen 1.0
棄用
-

twentyfifteen_author_bio_avatar_size – 此函式用於設定在Twenty Fifteen主題的作者簡介部分顯示的頭像(個人資料圖片)的大小。

過濾作者簡歷頭像的大小。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$author_bio_avatar_size = apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 );
$author_bio_avatar_size = apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 );
$author_bio_avatar_size = apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 );

常見問題

FAQs
檢視更多 >