jetpack_author_bio_avatar_size, 48
jetpack_author_bio_avatar_size, 48
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_author_bio_avatar_size, 48') is found 2 times:
- /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/content-options/author-bio.php line 59
* @module theme-tools * * @since 4.5.0 */ $author_bio_avatar_size = apply_filters( 'jetpack_author_bio_avatar_size', 48 ); echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); ?> </div><!-- .author-avatar --> <?php endif; ?>
- /modules/theme-tools/content-options/author-bio.php line 66
* @module theme-tools * * @since 4.5.0 */ $author_bio_avatar_size = apply_filters( 'jetpack_author_bio_avatar_size', 48 ); echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size ); ?> </div><!-- .author-avatar --> <?php endif; ?>