twentyten_author_bio_avatar_size

過濾鉤子
apply_filters( 'twentyten_author_bio_avatar_size', 60 )

twentyten_author_bio_avatar_size – 該函式用於指定Twenty Ten主題中作者簡介部分的作者頭像的大小: 該函式返回作者頭像的大小,它可以用來在作者簡介部分顯示作者的個人照片。

這個過濾器在author.php中有記錄。

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

常見問題

FAQs
檢視更多 >