Filters the author bio avatar size.
$sizeintwp-content/themes/twentytwelve/author.php:66file scopewp-content/themes/twentytwelve/content.php:69file scope * Filters the author bio avatar size. * * @since Twenty Twelve 1.0 * * @param int $size The height and width of the avatar in pixels. */ $author_bio_avatar_size = apply_filters( 'twentytwelve_author_bio_avatar_size', 68 ); echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); ?> </div><!-- .author-avatar --> <div class="author-description"> <h2> <?phpIntroduced in Twenty Twelve 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.