twentysixteen_author_bio_avatar_size
twentysixteen_author_bio_avatar_size
Appears in: wordpress-4.4, wordpress-4.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3, wordpress-5.1, wordpress-5.1.1, wordpress-5.2, wordpress-5.2.1, wordpress-5.2.2, wordpress-5.2.3, wordpress-5.3, wordpress-5.3.1, wordpress-5.3.2
Hook Type: filter
Displaying hooks found in version: wordpress-5.3.2apply_filters('twentysixteen_author_bio_avatar_size') is found 1 times:
- /wp-content/themes/twentysixteen/template-parts/biography.php line 211718192021222324252627
* @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"
>