Filters the Twenty Ten default attachment height.
$heightintwp-content/themes/twentyten/loop-attachment.php:140file scope * Filters the Twenty Ten default attachment height. * * @since Twenty Ten 1.0 * * @param int $height The default attachment height in pixels. Default 900. */ $attachment_height = apply_filters( 'twentyten_attachment_height', 900 ); // Filterable image width with, essentially, no limit for image height. echo wp_get_attachment_image( $post->ID, array( $attachment_width, $attachment_height ) ); ?> </a></p> <div id="nav-below" class="navigation">Introduced in Twenty Ten 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$height added.verified against source