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