twentysixteen_author_bio_avatar_size

twentysixteen_author_bio_avatar_size

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('twentysixteen_author_bio_avatar_size') is found 1 times:

  • /wp-content/themes/twentysixteen/template-parts/biography.php line 21
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
         * @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">