Filters the Twenty Eleven author bio avatar size.
intwp-content/themes/twentyeleven/author.php:62file scopewp-content/themes/twentyeleven/content-single.php:72file scope * Filters the Twenty Eleven author bio avatar size. * * @since Twenty Eleven 1.0 * * @param int The height and width avatar dimension in pixels. Default 60. */ $author_bio_avatar_size = apply_filters( 'twentyeleven_author_bio_avatar_size', 60 ); echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); ?> </div><!-- #author-avatar --> <div id="author-description"> <h2> <?phpIntroduced in Twenty Eleven 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$size added.verified against source