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