wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentyeleven_status_avatar › WordPress过滤钩子

SinceTwenty Eleven 1.0
已弃用n/a
apply_filters( 'twentyeleven_status_avatar', 65 )
参数:
  • (int) The height and width avatar dimensions in pixels. Default 65.
    Required: Yes
定义在:
文档:

Filters the Twenty Eleven status avatar size.





源码

echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', 65 ) );