Filters the status avatar size.
$sizeintwp-content/themes/twentytwelve/content-status.php:28file scope * Filters the status avatar size. * * @since Twenty Twelve 1.0 * * @param int $size The height and width of the avatar in pixels. */ $status_avatar = apply_filters( 'twentytwelve_status_avatar', 48 ); echo get_avatar( get_the_author_meta( 'ID' ), $status_avatar ); ?> </div><!-- .entry-header --> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?>Introduced in Twenty Twelve 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.