Filters the image attachment size to use.
$sizearrayTheint
wp-content/themes/twentytwelve/image.php:105file scope * * @param array $size { * @type int The attachment height in pixels. * @type int The attachment width in pixels. * } */ $attachment_size = apply_filters( 'twentytwelve_attachment_size', array( 960, 960 ) ); echo wp_get_attachment_image( $post->ID, $attachment_size ); ?> </a> <?php if ( ! empty( $post->post_excerpt ) ) : ?> <div class="entry-caption">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.