
使用不同的方法获取WordPress文章和页面ID
apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 )
twentyfifteen_author_bio_avatar_size – 此函数用于设置在Twenty Fifteen主题的作者简介部分显示的头像(个人资料图片)的大小。
过滤作者简历头像的大小。
$author_bio_avatar_size = apply_filters( 'twentyfifteen_author_bio_avatar_size', 56 );