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