Filters the Twenty Ten default attachment width.
intwp-content/themes/twentyten/loop-attachment.php:132file scope * Filters the Twenty Ten default attachment width. * * @since Twenty Ten 1.0 * * @param int The default attachment width in pixels. Default 900. */ $attachment_width = apply_filters( 'twentyten_attachment_size', 900 ); /** * Filters the Twenty Ten default attachment height. * * @since Twenty Ten 1.0 * * @param int The default attachment height in pixels. Default 900.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.
$width added.verified against source